rails_best_practices output

Please go to http://rails-bestpractices.com to see more useful Rails Best Practices.

Found 9887 warnings.

     
     
     
     
     
     
     
     
   
Filename Line Number Warning Message
db/schema.rb 16 always add db index (account_heads => [parent_id])
db/schema.rb 37 always add db index (account_histories => [company_id])
db/schema.rb 37 always add db index (account_histories => [account_id])
db/schema.rb 37 always add db index (account_histories => [financial_year_id])
db/schema.rb 47 always add db index (accounts => [account_head_id])
db/schema.rb 47 always add db index (accounts => [accountable_id, accountable_type])
db/schema.rb 47 always add db index (accounts => [vendor_id])
db/schema.rb 89 always add db index (announcements => [company_id])
db/schema.rb 89 always add db index (announcements => [plan_id])
db/schema.rb 89 always add db index (announcements => [user_id])
db/schema.rb 101 always add db index (assets => [company_id])
db/schema.rb 101 always add db index (assets => [user_id])
db/schema.rb 121 always add db index (attendances => [company_id])
db/schema.rb 121 always add db index (attendances => [user_id])
db/schema.rb 131 always add db index (auditor_assignments => [auditor_id])
db/schema.rb 131 always add db index (auditor_assignments => [role_id])
db/schema.rb 138 always add db index (auditors => [branch_id])
db/schema.rb 160 always add db index (bank_statement_headers => [company_id])
db/schema.rb 176 always add db index (bank_statement_line_items => [bank_statement_id])
db/schema.rb 176 always add db index (bank_statement_line_items => [account_id])
db/schema.rb 176 always add db index (bank_statement_line_items => [company_id])
db/schema.rb 176 always add db index (bank_statement_line_items => [ledger_id])
db/schema.rb 195 always add db index (bank_statements => [company_id])
db/schema.rb 195 always add db index (bank_statements => [account_id])
db/schema.rb 213 always add db index (billing_invoices => [company_id])
db/schema.rb 226 always add db index (billing_line_items => [company_id])
db/schema.rb 226 always add db index (billing_line_items => [billing_invoice_id])
db/schema.rb 241 always add db index (blog_category_blog_posts => [blog_category_id])
db/schema.rb 241 always add db index (blog_category_blog_posts => [blog_post_id])
db/schema.rb 246 always add db index (blog_posts => [super_user_id])
db/schema.rb 246 always add db index (blog_posts => [blog_category_id])
db/schema.rb 260 always add db index (branches => [company_id])
db/schema.rb 298 always add db index (cash_free_settings => [company_id])
db/schema.rb 298 always add db index (cash_free_settings => [account_id])
db/schema.rb 310 always add db index (cashfree_documents => [company_id])
db/schema.rb 331 always add db index (cashfree_payment_links => [company_id])
db/schema.rb 331 always add db index (cashfree_payment_links => [invoice_id])
db/schema.rb 331 always add db index (cashfree_payment_links => [customer_id])
db/schema.rb 369 always add db index (companies => [country_id])
db/schema.rb 369 always add db index (companies => [gst_category_id])
db/schema.rb 426 always add db index (company_auditors => [company_id])
db/schema.rb 426 always add db index (company_auditors => [auditor_id])
db/schema.rb 426 always add db index (company_auditors => [department_id])
db/schema.rb 426 always add db index (company_auditors => [designation_id])
db/schema.rb 439 always add db index (company_currencies => [company_id])
db/schema.rb 439 always add db index (company_currencies => [currency_id])
db/schema.rb 446 always add db index (company_notes => [company_id])
db/schema.rb 454 always add db index (company_templates => [company_id])
db/schema.rb 454 always add db index (company_templates => [template_id])
db/schema.rb 462 always add db index (contacts => [company_id])
db/schema.rb 462 always add db index (contacts => [user_id])
db/schema.rb 462 always add db index (contacts => [sundry_debtor_id])
db/schema.rb 508 always add db index (country_companies => [company_id])
db/schema.rb 508 always add db index (country_companies => [country_id])
db/schema.rb 516 always add db index (coupon_transactions => [coupon_id])
db/schema.rb 516 always add db index (coupon_transactions => [company_id])
db/schema.rb 516 always add db index (coupon_transactions => [user_id])
db/schema.rb 541 always add db index (credit_note_sequences => [company_id])
db/schema.rb 548 always add db index (credit_notes => [company_id])
db/schema.rb 548 always add db index (credit_notes => [from_account_id])
db/schema.rb 548 always add db index (credit_notes => [to_account_id])
db/schema.rb 548 always add db index (credit_notes => [branch_id])
db/schema.rb 548 always add db index (credit_notes => [invoice_return_id])
db/schema.rb 590 always add db index (custom_fields => [company_id])
db/schema.rb 604 always add db index (customer_imports => [import_file_id])
db/schema.rb 634 always add db index (customer_relationships => [company_id])
db/schema.rb 634 always add db index (customer_relationships => [notable_id, notable_type])
db/schema.rb 653 always add db index (customers => [product_pricing_level_id])
db/schema.rb 653 always add db index (customers => [currency_id])
db/schema.rb 694 always add db index (debit_note_sequences => [company_id])
db/schema.rb 701 always add db index (debit_notes => [company_id])
db/schema.rb 701 always add db index (debit_notes => [from_account_id])
db/schema.rb 701 always add db index (debit_notes => [to_account_id])
db/schema.rb 701 always add db index (debit_notes => [branch_id])
db/schema.rb 701 always add db index (debit_notes => [purchase_return_id])
db/schema.rb 745 always add db index (delivery_challan_line_items => [delivery_challan_id])
db/schema.rb 745 always add db index (delivery_challan_line_items => [product_id])
db/schema.rb 745 always add db index (delivery_challan_line_items => [product_batch_id])
db/schema.rb 745 always add db index (delivery_challan_line_items => [sales_order_line_item_id])
db/schema.rb 756 always add db index (delivery_challan_sequences => [company_id])
db/schema.rb 763 always add db index (delivery_challans => [company_id])
db/schema.rb 763 always add db index (delivery_challans => [sales_order_id])
db/schema.rb 763 always add db index (delivery_challans => [account_id])
db/schema.rb 763 always add db index (delivery_challans => [warehouse_id])
db/schema.rb 763 always add db index (delivery_challans => [customer_id])
db/schema.rb 779 always add db index (departments => [company_id])
db/schema.rb 779 always add db index (departments => [user_id])
db/schema.rb 795 always add db index (deposit_sequences => [company_id])
db/schema.rb 802 always add db index (deposits => [company_id])
db/schema.rb 802 always add db index (deposits => [from_account_id])
db/schema.rb 802 always add db index (deposits => [to_account_id])
db/schema.rb 802 always add db index (deposits => [branch_id])
db/schema.rb 822 always add db index (designations => [company_id])
db/schema.rb 854 always add db index (email_templates => [company_id])
db/schema.rb 867 always add db index (employee_goals => [company_id])
db/schema.rb 880 always add db index (estimate_histories => [estimate_id])
db/schema.rb 880 always add db index (estimate_histories => [company_id])
db/schema.rb 890 always add db index (estimate_line_items => [estimate_id])
db/schema.rb 890 always add db index (estimate_line_items => [account_id])
db/schema.rb 890 always add db index (estimate_line_items => [product_id])
db/schema.rb 906 always add db index (estimate_sequences => [company_id])
db/schema.rb 913 always add db index (estimate_taxes => [estimate_line_item_id])
db/schema.rb 913 always add db index (estimate_taxes => [account_id])
db/schema.rb 920 always add db index (estimates => [company_id])
db/schema.rb 920 always add db index (estimates => [account_id])
db/schema.rb 920 always add db index (estimates => [branch_id])
db/schema.rb 920 always add db index (estimates => [currency_id])
db/schema.rb 954 always add db index (expense_line_items => [expense_id])
db/schema.rb 954 always add db index (expense_line_items => [account_id])
db/schema.rb 965 always add db index (expense_sequences => [company_id])
db/schema.rb 972 always add db index (expense_taxes => [expense_line_item_id])
db/schema.rb 972 always add db index (expense_taxes => [account_id])
db/schema.rb 979 always add db index (expenses => [company_id])
db/schema.rb 979 always add db index (expenses => [account_id])
db/schema.rb 979 always add db index (expenses => [project_id])
db/schema.rb 979 always add db index (expenses => [branch_id])
db/schema.rb 979 always add db index (expenses => [currency_id])
db/schema.rb 1009 always add db index (expenses_payments => [payment_voucher_id])
db/schema.rb 1009 always add db index (expenses_payments => [expense_id])
db/schema.rb 1019 always add db index (feedbacks => [company_id])
db/schema.rb 1028 always add db index (financial_year_logs => [company_id])
db/schema.rb 1028 always add db index (financial_year_logs => [financial_year_id])
db/schema.rb 1054 always add db index (finished_goods => [company_id])
db/schema.rb 1054 always add db index (finished_goods => [user_id])
db/schema.rb 1054 always add db index (finished_goods => [inventory_id])
db/schema.rb 1105 always add db index (holidays => [company_id])
db/schema.rb 1131 always add db index (import_files => [company_id])
db/schema.rb 1144 always add db index (income_voucher_sequences => [company_id])
db/schema.rb 1151 always add db index (income_vouchers => [company_id])
db/schema.rb 1151 always add db index (income_vouchers => [from_account_id])
db/schema.rb 1151 always add db index (income_vouchers => [to_account_id])
db/schema.rb 1151 always add db index (income_vouchers => [branch_id])
db/schema.rb 1180 always add db index (instamojo_payment_links => [company_id])
db/schema.rb 1180 always add db index (instamojo_payment_links => [invoice_id])
db/schema.rb 1180 always add db index (instamojo_payment_links => [customer_id])
db/schema.rb 1196 always add db index (instamojo_payments => [company_id])
db/schema.rb 1196 always add db index (instamojo_payments => [account_id])
db/schema.rb 1208 always add db index (inventories => [company_id])
db/schema.rb 1208 always add db index (inventories => [user_id])
db/schema.rb 1208 always add db index (inventories => [account_id])
db/schema.rb 1220 always add db index (inventory_settings => [company_id])
db/schema.rb 1232 always add db index (invitation_details => [company_id])
db/schema.rb 1243 always add db index (invoice_attachments => [company_id])
db/schema.rb 1243 always add db index (invoice_attachments => [invoice_id])
db/schema.rb 1255 always add db index (invoice_credit_allocations => [invoice_id])
db/schema.rb 1255 always add db index (invoice_credit_allocations => [credit_note_id])
db/schema.rb 1264 always add db index (invoice_histories => [company_id])
db/schema.rb 1276 always add db index (invoice_line_items => [account_id])
db/schema.rb 1276 always add db index (invoice_line_items => [warehouse_id])
db/schema.rb 1276 always add db index (invoice_line_items => [task_id])
db/schema.rb 1298 always add db index (invoice_return_line_items => [invoice_return_id])
db/schema.rb 1298 always add db index (invoice_return_line_items => [account_id])
db/schema.rb 1298 always add db index (invoice_return_line_items => [invoice_line_item_id])
db/schema.rb 1316 always add db index (invoice_return_sequences => [company_id])
db/schema.rb 1323 always add db index (invoice_return_taxes => [invoice_return_line_item_id])
db/schema.rb 1323 always add db index (invoice_return_taxes => [account_id])
db/schema.rb 1330 always add db index (invoice_returns => [company_id])
db/schema.rb 1330 always add db index (invoice_returns => [invoice_id])
db/schema.rb 1330 always add db index (invoice_returns => [account_id])
db/schema.rb 1330 always add db index (invoice_returns => [currency_id])
db/schema.rb 1330 always add db index (invoice_returns => [credit_note_id])
db/schema.rb 1330 always add db index (invoice_returns => [warehouse_id])
db/schema.rb 1330 always add db index (invoice_returns => [branch_id])
db/schema.rb 1348 always add db index (invoice_sales_orders => [invoice_id])
db/schema.rb 1348 always add db index (invoice_sales_orders => [sales_order_id])
db/schema.rb 1355 always add db index (invoice_settings => [company_id])
db/schema.rb 1382 always add db index (invoice_taxes => [invoice_line_item_id])
db/schema.rb 1382 always add db index (invoice_taxes => [account_id])
db/schema.rb 1389 always add db index (invoices => [account_id])
db/schema.rb 1389 always add db index (invoices => [project_id])
db/schema.rb 1389 always add db index (invoices => [branch_id])
db/schema.rb 1389 always add db index (invoices => [voucher_title_id])
db/schema.rb 1389 always add db index (invoices => [currency_id])
db/schema.rb 1389 always add db index (invoices => [settlement_account_id])
db/schema.rb 1389 always add db index (invoices => [financial_year_id])
db/schema.rb 1389 always add db index (invoices => [estimate_id])
db/schema.rb 1389 always add db index (invoices => [customer_id])
db/schema.rb 1389 always add db index (invoices => [vendor_id])
db/schema.rb 1438 always add db index (invoices_receipts => [receipt_voucher_id])
db/schema.rb 1450 always add db index (issue_raw_materials => [company_id])
db/schema.rb 1450 always add db index (issue_raw_materials => [inventory_id])
db/schema.rb 1460 always add db index (jobs => [user_id])
db/schema.rb 1460 always add db index (jobs => [company_id])
db/schema.rb 1471 always add db index (journal_import_line_items => [journal_import_id])
db/schema.rb 1480 always add db index (journal_imports => [import_file_id])
db/schema.rb 1496 always add db index (journal_line_items => [journal_id])
db/schema.rb 1505 always add db index (journal_sequences => [company_id])
db/schema.rb 1512 always add db index (journal_to_line_items => [journal_id])
db/schema.rb 1520 always add db index (journals => [company_id])
db/schema.rb 1520 always add db index (journals => [account_id])
db/schema.rb 1520 always add db index (journals => [branch_id])
db/schema.rb 1520 always add db index (journals => [project_id])
db/schema.rb 1541 always add db index (labels => [company_id])
db/schema.rb 1551 always add db index (lead_activities => [lead_id])
db/schema.rb 1567 always add db index (lead_companies => [lead_id])
db/schema.rb 1567 always add db index (lead_companies => [company_id])
db/schema.rb 1574 always add db index (leads => [channel_id])
db/schema.rb 1574 always add db index (leads => [campaign_id])
db/schema.rb 1608 always add db index (leave_cards => [company_id])
db/schema.rb 1608 always add db index (leave_cards => [user_id])
db/schema.rb 1608 always add db index (leave_cards => [leave_type_id])
db/schema.rb 1619 always add db index (leave_requests => [company_id])
db/schema.rb 1619 always add db index (leave_requests => [user_id])
db/schema.rb 1619 always add db index (leave_requests => [leave_type_id])
db/schema.rb 1634 always add db index (leave_types => [company_id])
db/schema.rb 1646 always add db index (leaves => [company_id])
db/schema.rb 1646 always add db index (leaves => [user_id])
db/schema.rb 1646 always add db index (leaves => [leave_type_id])
db/schema.rb 1657 always add db index (ledgers => [voucher_id, voucher_type])
db/schema.rb 1657 always add db index (ledgers => [corresponding_account_id])
db/schema.rb 1686 always add db index (line_items => [voucher_id])
db/schema.rb 1686 always add db index (line_items => [account_id])
db/schema.rb 1714 always add db index (make_payments => [company_id])
db/schema.rb 1714 always add db index (make_payments => [user_id])
db/schema.rb 1729 always add db index (master_objectives => [company_id])
db/schema.rb 1729 always add db index (master_objectives => [department_id])
db/schema.rb 1739 always add db index (messages => [user_id])
db/schema.rb 1739 always add db index (messages => [company_id])
db/schema.rb 1751 always add db index (myfiles => [company_id])
db/schema.rb 1766 always add db index (notes => [company_id])
db/schema.rb 1776 always add db index (organisation_announcements => [company_id])
db/schema.rb 1790 always add db index (paid_line_items => [expense_id])
db/schema.rb 1790 always add db index (paid_line_items => [account_id])
db/schema.rb 1799 always add db index (pay_grades => [user_id])
db/schema.rb 1799 always add db index (pay_grades => [company_id])
db/schema.rb 1799 always add db index (pay_grades => [job_id])
db/schema.rb 1810 always add db index (payheads => [company_id])
db/schema.rb 1810 always add db index (payheads => [account_id])
db/schema.rb 1853 always add db index (payment_transactions => [company_id])
db/schema.rb 1853 always add db index (payment_transactions => [billing_invoice_id])
db/schema.rb 1869 always add db index (payment_voucher_sequences => [company_id])
db/schema.rb 1876 always add db index (payment_vouchers => [company_id])
db/schema.rb 1876 always add db index (payment_vouchers => [purchase_id])
db/schema.rb 1876 always add db index (payment_vouchers => [from_account_id])
db/schema.rb 1876 always add db index (payment_vouchers => [to_account_id])
db/schema.rb 1876 always add db index (payment_vouchers => [branch_id])
db/schema.rb 1876 always add db index (payment_vouchers => [tds_account_id])
db/schema.rb 1876 always add db index (payment_vouchers => [currency_id])
db/schema.rb 1876 always add db index (payment_vouchers => [expense_id])
db/schema.rb 1910 always add db index (payments => [ledger_id])
db/schema.rb 1910 always add db index (payments => [company_id])
db/schema.rb 1910 always add db index (payments => [branch_id])
db/schema.rb 1935 always add db index (payroll_details => [company_id])
db/schema.rb 1944 always add db index (payroll_execution_jobs => [company_id])
db/schema.rb 1944 always add db index (payroll_execution_jobs => [account_id])
db/schema.rb 1944 always add db index (payroll_execution_jobs => [payroll_detail_id])
db/schema.rb 1954 always add db index (payroll_settings => [company_id])
db/schema.rb 1962 always add db index (pbreferrals => [company_id])
db/schema.rb 1962 always add db index (pbreferrals => [coupon_id])
db/schema.rb 1976 always add db index (plan_properties => [plan_id])
db/schema.rb 2011 always add db index (process_payrolls => [user_id])
db/schema.rb 2011 always add db index (process_payrolls => [company_id])
db/schema.rb 2020 always add db index (product_batches => [product_id])
db/schema.rb 2020 always add db index (product_batches => [warehouse_id])
db/schema.rb 2020 always add db index (product_batches => [company_id])
db/schema.rb 2020 always add db index (product_batches => [stock_receipt_line_item_id])
db/schema.rb 2036 always add db index (product_histories => [company_id])
db/schema.rb 2036 always add db index (product_histories => [product_id])
db/schema.rb 2036 always add db index (product_histories => [financial_year_id])
db/schema.rb 2046 always add db index (product_imports => [import_file_id])
db/schema.rb 2065 always add db index (product_pricing_levels => [company_id])
db/schema.rb 2073 always add db index (product_settings => [company_id])
db/schema.rb 2080 always add db index (products => [company_id])
db/schema.rb 2080 always add db index (products => [account_id])
db/schema.rb 2080 always add db index (products => [branch_id])
db/schema.rb 2080 always add db index (products => [expense_account_id])
db/schema.rb 2080 always add db index (products => [income_account_id])
db/schema.rb 2115 always add db index (projects => [company_id])
db/schema.rb 2115 always add db index (projects => [branch_id])
db/schema.rb 2145 always add db index (purchase_attachments => [company_id])
db/schema.rb 2145 always add db index (purchase_attachments => [user_id])
db/schema.rb 2145 always add db index (purchase_attachments => [purchase_id])
db/schema.rb 2157 always add db index (purchase_debit_allocations => [purchase_id])
db/schema.rb 2157 always add db index (purchase_debit_allocations => [debit_note_id])
db/schema.rb 2166 always add db index (purchase_line_items => [purchase_id])
db/schema.rb 2166 always add db index (purchase_line_items => [account_id])
db/schema.rb 2166 always add db index (purchase_line_items => [warehouse_id])
db/schema.rb 2190 always add db index (purchase_order_line_items => [purchase_order_id])
db/schema.rb 2190 always add db index (purchase_order_line_items => [account_id])
db/schema.rb 2190 always add db index (purchase_order_line_items => [product_id])
db/schema.rb 2209 always add db index (purchase_order_sequences => [company_id])
db/schema.rb 2216 always add db index (purchase_order_taxes => [purchase_order_line_item_id])
db/schema.rb 2216 always add db index (purchase_order_taxes => [account_id])
db/schema.rb 2223 always add db index (purchase_orders => [company_id])
db/schema.rb 2223 always add db index (purchase_orders => [account_id])
db/schema.rb 2223 always add db index (purchase_orders => [branch_id])
db/schema.rb 2223 always add db index (purchase_orders => [currency_id])
db/schema.rb 2223 always add db index (purchase_orders => [project_id])
db/schema.rb 2253 always add db index (purchase_return_line_items => [purchase_return_id])
db/schema.rb 2253 always add db index (purchase_return_line_items => [account_id])
db/schema.rb 2253 always add db index (purchase_return_line_items => [product_id])
db/schema.rb 2253 always add db index (purchase_return_line_items => [warehouse_id])
db/schema.rb 2253 always add db index (purchase_return_line_items => [purchase_line_item_id])
db/schema.rb 2270 always add db index (purchase_return_sequences => [company_id])
db/schema.rb 2277 always add db index (purchase_return_taxes => [purchase_return_line_item_id])
db/schema.rb 2277 always add db index (purchase_return_taxes => [account_id])
db/schema.rb 2284 always add db index (purchase_returns => [company_id])
db/schema.rb 2284 always add db index (purchase_returns => [purchase_id])
db/schema.rb 2284 always add db index (purchase_returns => [account_id])
db/schema.rb 2284 always add db index (purchase_returns => [currency_id])
db/schema.rb 2284 always add db index (purchase_returns => [warehouse_id])
db/schema.rb 2284 always add db index (purchase_returns => [branch_id])
db/schema.rb 2302 always add db index (purchase_sequences => [company_id])
db/schema.rb 2309 always add db index (purchase_taxes => [purchase_line_item_id])
db/schema.rb 2309 always add db index (purchase_taxes => [account_id])
db/schema.rb 2316 always add db index (purchase_warehouse_details => [purchase_line_item_id])
db/schema.rb 2316 always add db index (purchase_warehouse_details => [warehouse_id])
db/schema.rb 2316 always add db index (purchase_warehouse_details => [company_id])
db/schema.rb 2316 always add db index (purchase_warehouse_details => [product_batch_id])
db/schema.rb 2316 always add db index (purchase_warehouse_details => [product_id])
db/schema.rb 2329 always add db index (purchases => [company_id])
db/schema.rb 2329 always add db index (purchases => [account_id])
db/schema.rb 2329 always add db index (purchases => [project_id])
db/schema.rb 2329 always add db index (purchases => [branch_id])
db/schema.rb 2329 always add db index (purchases => [currency_id])
db/schema.rb 2329 always add db index (purchases => [purchase_order_id])
db/schema.rb 2329 always add db index (purchases => [settlement_account_id])
db/schema.rb 2371 always add db index (purchases_payments => [payment_voucher_id])
db/schema.rb 2371 always add db index (purchases_payments => [purchase_id])
db/schema.rb 2381 always add db index (receipt_voucher_sequences => [company_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [company_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [invoice_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [from_account_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [to_account_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [project_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [branch_id])
db/schema.rb 2388 always add db index (receipt_vouchers => [currency_id])
db/schema.rb 2417 always add db index (receive_cashes => [company_id])
db/schema.rb 2417 always add db index (receive_cashes => [user_id])
db/schema.rb 2439 always add db index (receive_moneys => [company_id])
db/schema.rb 2439 always add db index (receive_moneys => [user_id])
db/schema.rb 2454 always add db index (recursions => [company_id])
db/schema.rb 2454 always add db index (recursions => [recursive_id, recursive_type])
db/schema.rb 2467 always add db index (recursive_invoices => [invoice_id])
db/schema.rb 2467 always add db index (recursive_invoices => [recursion_id])
db/schema.rb 2475 always add db index (reimbursement_note_attachments => [company_id])
db/schema.rb 2475 always add db index (reimbursement_note_attachments => [user_id])
db/schema.rb 2475 always add db index (reimbursement_note_attachments => [reimbursement_note_id])
db/schema.rb 2487 always add db index (reimbursement_note_line_items => [reimbursement_note_id])
db/schema.rb 2496 always add db index (reimbursement_note_sequences => [company_id])
db/schema.rb 2503 always add db index (reimbursement_notes => [company_id])
db/schema.rb 2503 always add db index (reimbursement_notes => [from_account_id])
db/schema.rb 2503 always add db index (reimbursement_notes => [branch_id])
db/schema.rb 2503 always add db index (reimbursement_notes => [reimbursement_voucher_id])
db/schema.rb 2503 always add db index (reimbursement_notes => [expense_id])
db/schema.rb 2525 always add db index (reimbursement_voucher_line_items => [reimbursement_voucher_id])
db/schema.rb 2525 always add db index (reimbursement_voucher_line_items => [reimbursement_note_id])
db/schema.rb 2533 always add db index (reimbursement_voucher_sequences => [company_id])
db/schema.rb 2540 always add db index (reimbursement_vouchers => [company_id])
db/schema.rb 2540 always add db index (reimbursement_vouchers => [branch_id])
db/schema.rb 2540 always add db index (reimbursement_vouchers => [from_account_id])
db/schema.rb 2540 always add db index (reimbursement_vouchers => [to_account_id])
db/schema.rb 2573 always add db index (roles => [plan_id])
db/schema.rb 2581 always add db index (saccounting_line_items => [saccounting_id])
db/schema.rb 2589 always add db index (saccounting_sequences => [company_id])
db/schema.rb 2596 always add db index (saccounting_to_line_items => [saccounting_id])
db/schema.rb 2604 always add db index (saccountings => [company_id])
db/schema.rb 2604 always add db index (saccountings => [account_id])
db/schema.rb 2604 always add db index (saccountings => [branch_id])
db/schema.rb 2624 always add db index (salaries => [company_id])
db/schema.rb 2624 always add db index (salaries => [user_id])
db/schema.rb 2624 always add db index (salaries => [attendance_id])
db/schema.rb 2624 always add db index (salaries => [payhead_id])
db/schema.rb 2635 always add db index (salary_computation_results => [company_id])
db/schema.rb 2635 always add db index (salary_computation_results => [user_id])
db/schema.rb 2635 always add db index (salary_computation_results => [attendance_id])
db/schema.rb 2635 always add db index (salary_computation_results => [payhead_id])
db/schema.rb 2635 always add db index (salary_computation_results => [account_id])
db/schema.rb 2635 always add db index (salary_computation_results => [payroll_execution_job_id])
db/schema.rb 2635 always add db index (salary_computation_results => [payroll_detail_id])
db/schema.rb 2651 always add db index (salary_structure_histories => [salary_structure_id])
db/schema.rb 2651 always add db index (salary_structure_histories => [company_id])
db/schema.rb 2662 always add db index (salary_structure_history_line_items => [salary_structure_history_id])
db/schema.rb 2662 always add db index (salary_structure_history_line_items => [payhead_id])
db/schema.rb 2670 always add db index (salary_structure_line_items => [salary_structure_id])
db/schema.rb 2670 always add db index (salary_structure_line_items => [payhead_id])
db/schema.rb 2678 always add db index (salary_structures => [company_id])
db/schema.rb 2701 always add db index (sales_order_line_items => [sales_order_id])
db/schema.rb 2701 always add db index (sales_order_line_items => [product_id])
db/schema.rb 2701 always add db index (sales_order_line_items => [account_id])
db/schema.rb 2716 always add db index (sales_order_sequences => [company_id])
db/schema.rb 2723 always add db index (sales_order_taxes => [sales_order_line_item_id])
db/schema.rb 2723 always add db index (sales_order_taxes => [account_id])
db/schema.rb 2730 always add db index (sales_orders => [company_id])
db/schema.rb 2730 always add db index (sales_orders => [account_id])
db/schema.rb 2730 always add db index (sales_orders => [customer_id])
db/schema.rb 2730 always add db index (sales_orders => [branch_id])
db/schema.rb 2730 always add db index (sales_orders => [estimate_id])
db/schema.rb 2730 always add db index (sales_orders => [currency_id])
db/schema.rb 2730 always add db index (sales_orders => [project_id])
db/schema.rb 2753 always add db index (sales_warehouse_details => [invoice_line_item_id])
db/schema.rb 2753 always add db index (sales_warehouse_details => [warehouse_id])
db/schema.rb 2753 always add db index (sales_warehouse_details => [product_batch_id])
db/schema.rb 2753 always add db index (sales_warehouse_details => [product_id])
db/schema.rb 2774 always add db index (sharable_documents => [company_id])
db/schema.rb 2789 always add db index (shared_folders => [company_id])
db/schema.rb 2813 always add db index (states => [country_id])
db/schema.rb 2822 always add db index (stock_histories => [company_id])
db/schema.rb 2822 always add db index (stock_histories => [stock_id])
db/schema.rb 2822 always add db index (stock_histories => [financial_year_id])
db/schema.rb 2832 always add db index (stock_issue_line_items => [stock_issue_voucher_id])
db/schema.rb 2832 always add db index (stock_issue_line_items => [product_batch_id])
db/schema.rb 2843 always add db index (stock_issue_voucher_sequences => [company_id])
db/schema.rb 2850 always add db index (stock_issue_vouchers => [company_id])
db/schema.rb 2850 always add db index (stock_issue_vouchers => [warehouse_id])
db/schema.rb 2850 always add db index (stock_issue_vouchers => [branch_id])
db/schema.rb 2866 always add db index (stock_ledgers => [company_id])
db/schema.rb 2866 always add db index (stock_ledgers => [product_id])
db/schema.rb 2866 always add db index (stock_ledgers => [voucher_id, voucher_type])
db/schema.rb 2866 always add db index (stock_ledgers => [warehouse_id])
db/schema.rb 2866 always add db index (stock_ledgers => [branch_id])
db/schema.rb 2883 always add db index (stock_receipt_line_items => [stock_receipt_voucher_id])
db/schema.rb 2894 always add db index (stock_receipt_voucher_sequences => [company_id])
db/schema.rb 2901 always add db index (stock_receipt_vouchers => [company_id])
db/schema.rb 2901 always add db index (stock_receipt_vouchers => [warehouse_id])
db/schema.rb 2901 always add db index (stock_receipt_vouchers => [branch_id])
db/schema.rb 2901 always add db index (stock_receipt_vouchers => [purchase_id])
db/schema.rb 2918 always add db index (stock_transfer_line_items => [stock_transfer_voucher_id])
db/schema.rb 2918 always add db index (stock_transfer_line_items => [product_id])
db/schema.rb 2918 always add db index (stock_transfer_line_items => [product_batch_id])
db/schema.rb 2929 always add db index (stock_transfer_voucher_sequences => [company_id])
db/schema.rb 2936 always add db index (stock_transfer_vouchers => [company_id])
db/schema.rb 2936 always add db index (stock_transfer_vouchers => [warehouse_id])
db/schema.rb 2936 always add db index (stock_transfer_vouchers => [branch_id])
db/schema.rb 2949 always add db index (stock_wastage_line_items => [stock_wastage_voucher_id])
db/schema.rb 2949 always add db index (stock_wastage_line_items => [product_batch_id])
db/schema.rb 2961 always add db index (stock_wastage_voucher_sequences => [company_id])
db/schema.rb 2968 always add db index (stock_wastage_vouchers => [company_id])
db/schema.rb 2968 always add db index (stock_wastage_vouchers => [warehouse_id])
db/schema.rb 2968 always add db index (stock_wastage_vouchers => [branch_id])
db/schema.rb 2986 always add db index (stocks => [company_id])
db/schema.rb 2986 always add db index (stocks => [warehouse_id])
db/schema.rb 2999 always add db index (subscription_histories => [company_id])
db/schema.rb 2999 always add db index (subscription_histories => [plan_id])
db/schema.rb 3014 always add db index (subscriptions => [plan_id])
db/schema.rb 3050 always add db index (sundry_debtors => [product_pricing_level_id])
db/schema.rb 3093 always add db index (supports => [company_id])
db/schema.rb 3120 always add db index (taggings => [tagger_id, tagger_type])
db/schema.rb 3138 always add db index (tasks => [company_id])
db/schema.rb 3138 always add db index (tasks => [user_id])
db/schema.rb 3138 always add db index (tasks => [project_id])
db/schema.rb 3138 always add db index (tasks => [sales_account_id])
db/schema.rb 3155 always add db index (tds_payment_vouchers => [company_id])
db/schema.rb 3155 always add db index (tds_payment_vouchers => [branch_id])
db/schema.rb 3155 always add db index (tds_payment_vouchers => [account_id])
db/schema.rb 3179 always add db index (template_margins => [template_id])
db/schema.rb 3179 always add db index (template_margins => [company_id])
db/schema.rb 3200 always add db index (timesheet_line_items => [timesheet_id])
db/schema.rb 3200 always add db index (timesheet_line_items => [task_id])
db/schema.rb 3200 always add db index (timesheet_line_items => [holiday_id])
db/schema.rb 3200 always add db index (timesheet_line_items => [leave_id])
db/schema.rb 3211 always add db index (timesheets => [company_id])
db/schema.rb 3211 always add db index (timesheets => [user_id])
db/schema.rb 3226 always add db index (transfer_cash_sequences => [company_id])
db/schema.rb 3233 always add db index (transfer_cashes => [company_id])
db/schema.rb 3233 always add db index (transfer_cashes => [branch_id])
db/schema.rb 3253 always add db index (transfer_moneys => [company_id])
db/schema.rb 3275 always add db index (user_informations => [user_id])
db/schema.rb 3291 always add db index (user_referrals => [company_id])
db/schema.rb 3291 always add db index (user_referrals => [user_id])
db/schema.rb 3302 always add db index (user_salary_details => [user_id])
db/schema.rb 3323 always add db index (usernotes => [user_id])
db/schema.rb 3330 always add db index (users => [company_id])
db/schema.rb 3330 always add db index (users => [department_id])
db/schema.rb 3330 always add db index (users => [designation_id])
db/schema.rb 3330 always add db index (users => [branch_id])
db/schema.rb 3363 always add db index (variable_payhead_details => [company_id])
db/schema.rb 3363 always add db index (variable_payhead_details => [user_id])
db/schema.rb 3363 always add db index (variable_payhead_details => [payhead_id])
db/schema.rb 3373 always add db index (vendor_imports => [import_file_id])
db/schema.rb 3401 always add db index (vendors => [company_id])
db/schema.rb 3401 always add db index (vendors => [currency_id])
db/schema.rb 3426 always add db index (voucher_settings => [company_id])
db/schema.rb 3438 always add db index (voucher_titles => [company_id])
db/schema.rb 3460 always add db index (warehouses => [company_id])
db/schema.rb 3473 always add db index (webhook_payments => [payment_id])
db/schema.rb 3500 always add db index (withdrawal_sequences => [company_id])
db/schema.rb 3507 always add db index (withdrawals => [company_id])
db/schema.rb 3507 always add db index (withdrawals => [from_account_id])
db/schema.rb 3507 always add db index (withdrawals => [to_account_id])
db/schema.rb 3507 always add db index (withdrawals => [branch_id])
db/schema.rb 3527 always add db index (workstreams => [company_id])
db/schema.rb 3527 always add db index (workstreams => [user_id])
db/schema.rb 3527 always add db index (workstreams => [branch_id])
db/schema.rb 3527 always add db index (workstreams => [customer_id])
db/schema.rb 3527 always add db index (workstreams => [vendor_id])
db/schema.rb 3527 always add db index (workstreams => [project_id])
app/models/profitbooks_workstream.rb 3 default_scope is evil
app/models/expense_line_item.rb 56 keep finders on their own model
app/models/invoice_line_item.rb 136 keep finders on their own model
app/models/purchase_line_item.rb 117 keep finders on their own model
app/models/account.rb 531 law of demeter
app/models/account.rb 546 law of demeter
app/models/account.rb 577 law of demeter
app/models/account.rb 586 law of demeter
app/models/account.rb 1260 law of demeter
app/models/account.rb 1260 law of demeter
app/models/account.rb 1277 law of demeter
app/models/account.rb 1277 law of demeter
app/models/company.rb 238 law of demeter
app/models/company.rb 238 law of demeter
app/models/company.rb 239 law of demeter
app/models/credit_note.rb 138 law of demeter
app/models/customer.rb 143 law of demeter
app/models/customer_relationship.rb 33 law of demeter
app/models/debit_note.rb 140 law of demeter
app/models/invoice.rb 1045 law of demeter
app/models/invoice.rb 1045 law of demeter
app/models/invoice.rb 1052 law of demeter
app/models/invoice.rb 1052 law of demeter
app/models/invoice.rb 1059 law of demeter
app/models/sales_order.rb 52 law of demeter
app/models/sales_order.rb 53 law of demeter
app/models/sales_order.rb 209 law of demeter
app/models/sales_order.rb 296 law of demeter
app/models/sales_order.rb 330 law of demeter
app/models/sales_order.rb 371 law of demeter
app/models/subscription.rb 87 law of demeter
app/models/user.rb 191 law of demeter
app/models/user.rb 198 law of demeter
app/models/user_salary_detail.rb 10 law of demeter
app/models/user_salary_detail.rb 11 law of demeter
app/models/user_salary_detail.rb 11 law of demeter
app/models/user_salary_detail.rb 24 law of demeter
app/models/user_salary_detail.rb 25 law of demeter
app/models/user_salary_detail.rb 25 law of demeter
app/mailers/email.rb 73 law of demeter
app/helpers/accounts_helper.rb 4 law of demeter
app/helpers/accounts_helper.rb 4 law of demeter
app/helpers/accounts_helper.rb 8 law of demeter
app/helpers/accounts_helper.rb 8 law of demeter
app/helpers/accounts_helper.rb 12 law of demeter
app/helpers/accounts_helper.rb 12 law of demeter
app/helpers/accounts_helper.rb 16 law of demeter
app/helpers/accounts_helper.rb 16 law of demeter
app/helpers/accounts_helper.rb 20 law of demeter
app/helpers/accounts_helper.rb 20 law of demeter
app/helpers/accounts_helper.rb 24 law of demeter
app/helpers/accounts_helper.rb 28 law of demeter
app/helpers/accounts_helper.rb 32 law of demeter
app/helpers/accounts_helper.rb 36 law of demeter
app/helpers/accounts_helper.rb 40 law of demeter
app/helpers/application_helper.rb 136 law of demeter
app/helpers/application_helper.rb 142 law of demeter
app/helpers/estimates_helper.rb 11 law of demeter
app/helpers/warehouses_helper.rb 6 law of demeter
app/controllers/accounts_controller.rb 61 law of demeter
app/controllers/accounts_controller.rb 61 law of demeter
app/controllers/accounts_controller.rb 62 law of demeter
app/controllers/accounts_controller.rb 64 law of demeter
app/controllers/accounts_controller.rb 64 law of demeter
app/controllers/accounts_controller.rb 65 law of demeter
app/controllers/accounts_controller.rb 129 law of demeter
app/controllers/accounts_controller.rb 129 law of demeter
app/controllers/accounts_controller.rb 130 law of demeter
app/controllers/accounts_controller.rb 138 law of demeter
app/controllers/accounts_controller.rb 156 law of demeter
app/controllers/accounts_controller.rb 156 law of demeter
app/controllers/accounts_controller.rb 157 law of demeter
app/controllers/accounts_controller.rb 159 law of demeter
app/controllers/accounts_controller.rb 159 law of demeter
app/controllers/accounts_controller.rb 160 law of demeter
app/controllers/auditor_login_controller.rb 120 law of demeter
app/controllers/auditors_controller.rb 67 law of demeter
app/controllers/billing_controller.rb 43 law of demeter
app/controllers/billing_controller.rb 184 law of demeter
app/controllers/credit_notes_controller.rb 62 law of demeter
app/controllers/credit_notes_controller.rb 83 law of demeter
app/controllers/credit_notes_controller.rb 94 law of demeter
app/controllers/credit_notes_controller.rb 108 law of demeter
app/controllers/credit_notes_controller.rb 126 law of demeter
app/controllers/customers_controller.rb 22 law of demeter
app/controllers/customers_controller.rb 138 law of demeter
app/controllers/debit_notes_controller.rb 62 law of demeter
app/controllers/debit_notes_controller.rb 83 law of demeter
app/controllers/debit_notes_controller.rb 107 law of demeter
app/controllers/debit_notes_controller.rb 125 law of demeter
app/controllers/deposits_controller.rb 70 law of demeter
app/controllers/deposits_controller.rb 112 law of demeter
app/controllers/deposits_controller.rb 133 law of demeter
app/controllers/deposits_controller.rb 151 law of demeter
app/controllers/estimates_controller.rb 104 law of demeter
app/controllers/estimates_controller.rb 134 law of demeter
app/controllers/estimates_controller.rb 164 law of demeter
app/controllers/estimates_controller.rb 182 law of demeter
app/controllers/expenses_controller.rb 120 law of demeter
app/controllers/expenses_controller.rb 158 law of demeter
app/controllers/expenses_controller.rb 189 law of demeter
app/controllers/expenses_controller.rb 208 law of demeter
app/controllers/income_vouchers_controller.rb 78 law of demeter
app/controllers/income_vouchers_controller.rb 117 law of demeter
app/controllers/income_vouchers_controller.rb 140 law of demeter
app/controllers/income_vouchers_controller.rb 158 law of demeter
app/controllers/invoices_controller.rb 73 law of demeter
app/controllers/invoices_controller.rb 73 law of demeter
app/controllers/invoices_controller.rb 75 law of demeter
app/controllers/invoices_controller.rb 77 law of demeter
app/controllers/invoices_controller.rb 230 law of demeter
app/controllers/invoices_controller.rb 371 law of demeter
app/controllers/invoices_controller.rb 543 law of demeter
app/controllers/invoices_controller.rb 646 law of demeter
app/controllers/invoices_controller.rb 653 law of demeter
app/controllers/invoices_controller.rb 665 law of demeter
app/controllers/journal_imports_controller.rb 91 law of demeter
app/controllers/journals_controller.rb 69 law of demeter
app/controllers/journals_controller.rb 93 law of demeter
app/controllers/journals_controller.rb 119 law of demeter
app/controllers/journals_controller.rb 137 law of demeter
app/controllers/login_controller.rb 221 law of demeter
app/controllers/payment_vouchers_controller.rb 70 law of demeter
app/controllers/payment_vouchers_controller.rb 107 law of demeter
app/controllers/payment_vouchers_controller.rb 146 law of demeter
app/controllers/payment_vouchers_controller.rb 164 law of demeter
app/controllers/projects_controller.rb 71 law of demeter
app/controllers/projects_controller.rb 90 law of demeter
app/controllers/purchase_orders_controller.rb 107 law of demeter
app/controllers/purchase_orders_controller.rb 137 law of demeter
app/controllers/purchase_orders_controller.rb 163 law of demeter
app/controllers/purchase_orders_controller.rb 182 law of demeter
app/controllers/purchases_controller.rb 138 law of demeter
app/controllers/purchases_controller.rb 190 law of demeter
app/controllers/purchases_controller.rb 297 law of demeter
app/controllers/receipt_vouchers_controller.rb 77 law of demeter
app/controllers/receipt_vouchers_controller.rb 127 law of demeter
app/controllers/reimbursement_notes_controller.rb 52 law of demeter
app/controllers/reimbursement_notes_controller.rb 72 law of demeter
app/controllers/reimbursement_notes_controller.rb 104 law of demeter
app/controllers/reimbursement_vouchers_controller.rb 64 law of demeter
app/controllers/reimbursement_vouchers_controller.rb 85 law of demeter
app/controllers/saccountings_controller.rb 59 law of demeter
app/controllers/saccountings_controller.rb 80 law of demeter
app/controllers/saccountings_controller.rb 105 law of demeter
app/controllers/sales_order_reports_controller.rb 4 law of demeter
app/controllers/sales_order_reports_controller.rb 12 law of demeter
app/controllers/sales_orders_controller.rb 72 law of demeter
app/controllers/sales_orders_controller.rb 95 law of demeter
app/controllers/sales_orders_controller.rb 133 law of demeter
app/controllers/stock_issue_vouchers_controller.rb 55 law of demeter
app/controllers/stock_issue_vouchers_controller.rb 73 law of demeter
app/controllers/stock_receipt_vouchers_controller.rb 57 law of demeter
app/controllers/stock_receipt_vouchers_controller.rb 76 law of demeter
app/controllers/stock_receipt_vouchers_controller.rb 84 law of demeter
app/controllers/stock_receipt_vouchers_controller.rb 112 law of demeter
app/controllers/stock_transfer_vouchers_controller.rb 51 law of demeter
app/controllers/stock_transfer_vouchers_controller.rb 69 law of demeter
app/controllers/stock_wastage_vouchers_controller.rb 51 law of demeter
app/controllers/stock_wastage_vouchers_controller.rb 73 law of demeter
app/controllers/tasks_controller.rb 165 law of demeter
app/controllers/tds_payment_vouchers_controller.rb 50 law of demeter
app/controllers/tds_payment_vouchers_controller.rb 73 law of demeter
app/controllers/transfer_cashes_controller.rb 71 law of demeter
app/controllers/transfer_cashes_controller.rb 105 law of demeter
app/controllers/transfer_cashes_controller.rb 127 law of demeter
app/controllers/transfer_cashes_controller.rb 146 law of demeter
app/controllers/vendors_controller.rb 22 law of demeter
app/controllers/vendors_controller.rb 137 law of demeter
app/controllers/withdrawals_controller.rb 72 law of demeter
app/controllers/withdrawals_controller.rb 115 law of demeter
app/controllers/withdrawals_controller.rb 138 law of demeter
app/controllers/withdrawals_controller.rb 157 law of demeter
app/datatables/account_datatable.rb 28 law of demeter
app/datatables/billing_invoices_datatable.rb 24 law of demeter
app/datatables/billing_invoices_datatable.rb 25 law of demeter
app/datatables/company_datatable.rb 27 law of demeter
app/datatables/company_datatable.rb 31 law of demeter
app/datatables/company_datatable.rb 38 law of demeter
app/datatables/company_datatable.rb 42 law of demeter
app/datatables/customer_datatable.rb 83 law of demeter
app/datatables/estimate_datatable.rb 158 law of demeter
app/datatables/expiring_this_month.rb 25 law of demeter
app/datatables/expiring_this_month.rb 31 law of demeter
app/datatables/invoice_datatable.rb 89 law of demeter
app/datatables/invoice_return_datatable.rb 29 law of demeter
app/datatables/invoice_return_datatable.rb 30 law of demeter
app/datatables/lead_activity_datatable.rb 133 law of demeter
app/datatables/payment_voucher_datatable.rb 167 law of demeter
app/datatables/purchase_datatable.rb 38 law of demeter
app/datatables/purchase_datatable.rb 60 law of demeter
app/datatables/purchase_datatable.rb 189 law of demeter
app/datatables/purchase_order_datatable.rb 39 law of demeter
app/datatables/purchase_order_datatable.rb 56 law of demeter
app/datatables/purchase_order_datatable.rb 154 law of demeter
app/datatables/purchase_return_datatable.rb 28 law of demeter
app/datatables/purchase_return_datatable.rb 29 law of demeter
app/datatables/purchase_return_datatable.rb 113 law of demeter
app/datatables/reg_this_month_datatable.rb 25 law of demeter
app/datatables/reg_this_month_datatable.rb 31 law of demeter
app/datatables/report_datatable.rb 26 law of demeter
app/datatables/sales_order_datatable.rb 279 law of demeter
app/datatables/stock_issue_voucher_datatable.rb 81 law of demeter
app/datatables/stock_receipt_voucher_datatable.rb 81 law of demeter
app/datatables/stock_transfer_voucher_datatable.rb 81 law of demeter
app/datatables/stock_wastage_voucher_datatable.rb 30 law of demeter
app/datatables/stock_wastage_voucher_datatable.rb 105 law of demeter
app/datatables/tasks_datatable.rb 39 law of demeter
app/datatables/tds_payment_voucher_datatable.rb 30 law of demeter
app/datatables/tds_payment_voucher_datatable.rb 109 law of demeter
app/datatables/vendor_datatable.rb 83 law of demeter
app/pdfs/delivery_challan_pdf.rb 66 law of demeter
app/pdfs/delivery_challan_pdf.rb 66 law of demeter
app/pdfs/delivery_challan_pdf.rb 67 law of demeter
app/pdfs/delivery_challan_pdf.rb 67 law of demeter
app/pdfs/delivery_challan_pdf.rb 139 law of demeter
app/pdfs/delivery_challan_pdf.rb 139 law of demeter
app/pdfs/delivery_challan_pdf.rb 140 law of demeter
app/pdfs/delivery_challan_pdf.rb 140 law of demeter
app/pdfs/estimate_pdf.rb 32 law of demeter
app/pdfs/estimate_pdf.rb 85 law of demeter
app/pdfs/estimate_pdf.rb 86 law of demeter
app/pdfs/estimate_pdf.rb 119 law of demeter
app/pdfs/estimate_pdf.rb 136 law of demeter
app/pdfs/estimate_pdf.rb 142 law of demeter
app/pdfs/estimate_pdf.rb 142 law of demeter
app/pdfs/estimate_pdf.rb 143 law of demeter
app/pdfs/estimate_pdf.rb 143 law of demeter
app/pdfs/estimate_pdf.rb 144 law of demeter
app/pdfs/estimate_pdf.rb 144 law of demeter
app/pdfs/estimate_pdf.rb 145 law of demeter
app/pdfs/estimate_pdf.rb 145 law of demeter
app/pdfs/estimate_pdf.rb 146 law of demeter
app/pdfs/estimate_pdf.rb 146 law of demeter
app/pdfs/estimate_pdf.rb 293 law of demeter
app/pdfs/expense_pdf.rb 248 law of demeter
app/pdfs/expense_report_pdf.rb 49 law of demeter
app/pdfs/invoice_pdf.rb 175 law of demeter
app/pdfs/invoice_pdf.rb 486 law of demeter
app/pdfs/invoice_pdf.rb 488 law of demeter
app/pdfs/invoice_pdf.rb 489 law of demeter
app/pdfs/invoice_pdf.rb 489 law of demeter
app/pdfs/invoice_pdf.rb 490 law of demeter
app/pdfs/invoice_pdf.rb 490 law of demeter
app/pdfs/invoice_pdf.rb 492 law of demeter
app/pdfs/invoice_pdf.rb 493 law of demeter
app/pdfs/invoice_pdf.rb 493 law of demeter
app/pdfs/invoice_pdf.rb 494 law of demeter
app/pdfs/invoice_pdf.rb 494 law of demeter
app/pdfs/invoice_pdf.rb 496 law of demeter
app/pdfs/invoice_pdf.rb 497 law of demeter
app/pdfs/invoice_pdf.rb 497 law of demeter
app/pdfs/invoice_pdf.rb 498 law of demeter
app/pdfs/invoice_pdf.rb 498 law of demeter
app/pdfs/invoice_pdf.rb 514 law of demeter
app/pdfs/invoice_pdf.rb 515 law of demeter
app/pdfs/invoice_pdf.rb 516 law of demeter
app/pdfs/invoice_pdf.rb 516 law of demeter
app/pdfs/invoice_pdf.rb 517 law of demeter
app/pdfs/invoice_pdf.rb 517 law of demeter
app/pdfs/invoice_pdf.rb 519 law of demeter
app/pdfs/invoice_pdf.rb 520 law of demeter
app/pdfs/invoice_pdf.rb 521 law of demeter
app/pdfs/invoice_pdf.rb 521 law of demeter
app/pdfs/invoice_pdf.rb 522 law of demeter
app/pdfs/invoice_pdf.rb 522 law of demeter
app/pdfs/invoice_pdf.rb 524 law of demeter
app/pdfs/invoice_pdf.rb 525 law of demeter
app/pdfs/invoice_pdf.rb 526 law of demeter
app/pdfs/invoice_pdf.rb 526 law of demeter
app/pdfs/invoice_pdf.rb 527 law of demeter
app/pdfs/invoice_pdf.rb 527 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 607 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 623 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 636 law of demeter
app/pdfs/invoice_pdf.rb 639 law of demeter
app/pdfs/invoice_pdf.rb 639 law of demeter
app/pdfs/invoice_pdf.rb 639 law of demeter
app/pdfs/invoice_pdf.rb 639 law of demeter
app/pdfs/invoice_pdf.rb 639 law of demeter
app/pdfs/invoice_pdf.rb 639 law of demeter
app/pdfs/invoice_pdf.rb 1366 law of demeter
app/pdfs/invoice_pdf.rb 1500 law of demeter
app/pdfs/invoice_pdf.rb 1501 law of demeter
app/pdfs/invoice_pdf.rb 1636 law of demeter
app/pdfs/invoice_pdf.rb 1644 law of demeter
app/pdfs/invoice_pdf.rb 1651 law of demeter
app/pdfs/invoice_pdf.rb 1651 law of demeter
app/pdfs/invoice_pdf.rb 1652 law of demeter
app/pdfs/invoice_pdf.rb 1652 law of demeter
app/pdfs/invoice_pdf.rb 1653 law of demeter
app/pdfs/invoice_pdf.rb 1653 law of demeter
app/pdfs/invoice_pdf.rb 1654 law of demeter
app/pdfs/invoice_pdf.rb 1654 law of demeter
app/pdfs/invoice_return_pdf.rb 55 law of demeter
app/pdfs/payment_advice_pdf.rb 39 law of demeter
app/pdfs/payment_advice_pdf.rb 39 law of demeter
app/pdfs/payment_voucher_pdf.rb 51 law of demeter
app/pdfs/payment_voucher_pdf.rb 72 law of demeter
app/pdfs/payment_voucher_pdf.rb 86 law of demeter
app/pdfs/payment_voucher_pdf.rb 86 law of demeter
app/pdfs/payment_voucher_pdf.rb 86 law of demeter
app/pdfs/payment_voucher_pdf.rb 93 law of demeter
app/pdfs/payment_voucher_pdf.rb 93 law of demeter
app/pdfs/payment_voucher_pdf.rb 93 law of demeter
app/pdfs/payment_voucher_pdf.rb 100 law of demeter
app/pdfs/payment_voucher_pdf.rb 100 law of demeter
app/pdfs/payment_voucher_pdf.rb 100 law of demeter
app/pdfs/payment_voucher_pdf.rb 100 law of demeter
app/pdfs/payment_voucher_pdf.rb 150 law of demeter
app/pdfs/payment_voucher_pdf.rb 164 law of demeter
app/pdfs/payment_voucher_pdf.rb 167 law of demeter
app/pdfs/purchase_order_pdf.rb 88 law of demeter
app/pdfs/purchase_register_report.rb 53 law of demeter
app/pdfs/purchase_return_pdf.rb 54 law of demeter
app/pdfs/purchase_settlement_pdf.rb 53 law of demeter
app/pdfs/receipt_pdf.rb 95 law of demeter
app/pdfs/receipt_pdf.rb 96 law of demeter
app/pdfs/receipt_pdf.rb 97 law of demeter
app/pdfs/receipt_pdf.rb 98 law of demeter
app/pdfs/receipt_pdf.rb 99 law of demeter
app/pdfs/receipt_pdf.rb 99 law of demeter
app/pdfs/receipt_pdf.rb 100 law of demeter
app/pdfs/receipt_pdf.rb 106 law of demeter
app/pdfs/receipt_pdf.rb 107 law of demeter
app/pdfs/receipt_pdf.rb 108 law of demeter
app/pdfs/receipt_pdf.rb 109 law of demeter
app/pdfs/receipt_pdf.rb 112 law of demeter
app/pdfs/receipt_pdf.rb 113 law of demeter
app/pdfs/receipt_pdf.rb 114 law of demeter
app/pdfs/sales_register_report.rb 53 law of demeter
app/pdfs/stock_transfer_pdf.rb 68 law of demeter
app/pdfs/stock_wastage_pdf.rb 69 law of demeter
app/pdfs/tax_summary_report.rb 54 law of demeter
app/pdfs/tax_summary_report.rb 55 law of demeter
app/pdfs/vat_summary_report.rb 84 law of demeter
app/pdfs/vat_summary_report.rb 117 law of demeter
app/pdfs/vat_summary_report.rb 134 law of demeter
app/pdfs/vat_summary_report.rb 149 law of demeter
app/pdfs/vat_summary_report.rb 167 law of demeter
app/pdfs/vat_summary_report.rb 182 law of demeter
config/initializers/intercom.rb 78 law of demeter
app/views/account_books_and_registers/_accountant_reports.html.erb 139 law of demeter
app/views/account_books_and_registers/_accountant_reports.html.erb 147 law of demeter
app/views/account_books_and_registers/_auditor_reports.html.erb 141 law of demeter
app/views/account_books_and_registers/_auditor_reports.html.erb 149 law of demeter
app/views/account_books_and_registers/_inventory_manager_reports.html.erb 38 law of demeter
app/views/account_books_and_registers/_inventory_manager_reports.html.erb 46 law of demeter
app/views/account_books_and_registers/_owner_reports.html.erb 141 law of demeter
app/views/account_books_and_registers/_owner_reports.html.erb 149 law of demeter
app/views/account_books_and_registers/_staff_reports.html.erb 140 law of demeter
app/views/account_books_and_registers/_staff_reports.html.erb 148 law of demeter
app/views/account_books_and_registers/ledger.xls.erb 16 law of demeter
app/views/account_books_and_registers/ledger.xls.erb 17 law of demeter
app/views/accounts/_account.html.erb 5 law of demeter
app/views/accounts/_account_detail.html.erb 17 law of demeter
app/views/accounts/_bankaccount_details.html.erb 7 law of demeter
app/views/accounts/_bankaccount_details.html.erb 8 law of demeter
app/views/accounts/_bankaccount_details.html.erb 9 law of demeter
app/views/accounts/_bankaccount_details.html.erb 10 law of demeter
app/views/accounts/_bankaccount_details.html.erb 13 law of demeter
app/views/accounts/_capitalaccount_details.html.erb 7 law of demeter
app/views/accounts/_capitalaccount_details.html.erb 8 law of demeter
app/views/accounts/_cashaccount_details.html.erb 4 law of demeter
app/views/accounts/_depositaccount_details.html.erb 9 law of demeter
app/views/accounts/_depositaccount_details.html.erb 18 law of demeter
app/views/accounts/_depositaccount_details.html.erb 19 law of demeter
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 4 law of demeter
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 9 law of demeter
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 17 law of demeter
app/views/accounts/_estimates.html.erb 8 law of demeter
app/views/accounts/_estimates.html.erb 9 law of demeter
app/views/accounts/_estimates.html.erb 10 law of demeter
app/views/accounts/_fixedasset_details.html.erb 8 law of demeter
app/views/accounts/_fixedasset_details.html.erb 17 law of demeter
app/views/accounts/_fixedasset_edit.html.erb 6 law of demeter
app/views/accounts/_loanaccount_details.html.erb 7 law of demeter
app/views/accounts/_loanaccount_details.html.erb 8 law of demeter
app/views/accounts/_loanaccount_details.html.erb 9 law of demeter
app/views/accounts/_loanaccount_details.html.erb 10 law of demeter
app/views/accounts/_loanaccount_details.html.erb 11 law of demeter
app/views/accounts/_loansadvancesaccount_details.html.erb 9 law of demeter
app/views/accounts/_loansadvancesaccount_details.html.erb 18 law of demeter
app/views/accounts/_loansadvancesaccount_details.html.erb 19 law of demeter
app/views/accounts/_purchaseaccount_details.html.erb 6 law of demeter
app/views/accounts/_purchaseaccount_details.html.erb 20 law of demeter
app/views/accounts/_purchaseaccount_details.html.erb 25 law of demeter
app/views/accounts/_salesaccount_details.html.erb 7 law of demeter
app/views/accounts/_salesaccount_details.html.erb 11 law of demeter
app/views/accounts/_securedloanaccount_details.html.erb 7 law of demeter
app/views/accounts/_securedloanaccount_details.html.erb 8 law of demeter
app/views/accounts/_securedloanaccount_details.html.erb 9 law of demeter
app/views/accounts/_securedloanaccount_details.html.erb 10 law of demeter
app/views/accounts/_securedloanaccount_details.html.erb 11 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 7 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 8 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 9 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 10 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 11 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 12 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 13 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 16 law of demeter
app/views/accounts/_sundrycreditor_details.html.erb 17 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 9 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 10 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 11 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 12 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 15 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 16 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 17 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 31 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 32 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 33 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 34 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 37 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 38 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 39 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 40 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 54 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 55 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 56 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 57 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 62 law of demeter
app/views/accounts/_sundrydebtor_details.html.erb 70 law of demeter
app/views/accounts/_sundrydebtor_edit.html.erb 176 law of demeter
app/views/accounts/_unsecuredloanaccount_details.html.erb 7 law of demeter
app/views/accounts/_unsecuredloanaccount_details.html.erb 8 law of demeter
app/views/accounts/_unsecuredloanaccount_details.html.erb 9 law of demeter
app/views/accounts/_unsecuredloanaccount_details.html.erb 10 law of demeter
app/views/accounts/bank_accounts.html.erb 25 law of demeter
app/views/accounts/create_account.js.erb 19 law of demeter
app/views/accounts/create_account.js.erb 19 law of demeter
app/views/accounts/create_account.js.erb 20 law of demeter
app/views/accounts/customer_accounts.html.erb 25 law of demeter
app/views/accounts/show.html.erb 33 law of demeter
app/views/accounts/vendor_accounts.html.erb 25 law of demeter
app/views/admin/billing_invoices/get_company.js.erb 3 law of demeter
app/views/admin/billing_invoices/get_company.js.erb 4 law of demeter
app/views/admin/billing_invoices/get_company.js.erb 5 law of demeter
app/views/admin/billing_invoices/get_company.js.erb 6 law of demeter
app/views/admin/billing_invoices/index.html.erb 38 law of demeter
app/views/admin/billing_invoices/show.html.erb 21 law of demeter
app/views/admin/billing_invoices/show.html.erb 38 law of demeter
app/views/admin/campaigns/show.html.erb 47 law of demeter
app/views/admin/channels/show.html.erb 47 law of demeter
app/views/admin/companies/_company.html.erb 3 law of demeter
app/views/admin/companies/_company.html.erb 9 law of demeter
app/views/admin/companies/_subscription.html.erb 2 law of demeter
app/views/admin/companies/_subscription.html.erb 3 law of demeter
app/views/admin/companies/_subscription.html.erb 5 law of demeter
app/views/admin/companies/_subscription.html.erb 6 law of demeter
app/views/admin/companies/_todays_followup.html.erb 3 law of demeter
app/views/admin/companies/_todays_followup.html.erb 9 law of demeter
app/views/admin/companies/_upgrade_plan.erb 17 law of demeter
app/views/admin/companies/activity_reports.html.erb 47 law of demeter
app/views/admin/companies/company_closed.xls.erb 16 law of demeter
app/views/admin/companies/expiring_in_15_days.xls.erb 15 law of demeter
app/views/admin/companies/expiring_in_15_days.xls.erb 16 law of demeter
app/views/admin/companies/expiring_in_15_days.xls.erb 18 law of demeter
app/views/admin/companies/expiring_in_15_days.xls.erb 19 law of demeter
app/views/admin/companies/expiring_this_week.xls.erb 15 law of demeter
app/views/admin/companies/expiring_this_week.xls.erb 16 law of demeter
app/views/admin/companies/expiring_this_week.xls.erb 18 law of demeter
app/views/admin/companies/expiring_this_week.xls.erb 19 law of demeter
app/views/admin/companies/index.xls.erb 16 law of demeter
app/views/admin/companies/paid_companies.xls.erb 15 law of demeter
app/views/admin/companies/paid_companies.xls.erb 16 law of demeter
app/views/admin/companies/paid_companies.xls.erb 18 law of demeter
app/views/admin/companies/paid_companies.xls.erb 19 law of demeter
app/views/admin/companies/show.html.erb 29 law of demeter
app/views/admin/companies/show.html.erb 31 law of demeter
app/views/admin/companies/show.html.erb 44 law of demeter
app/views/admin/companies/show.html.erb 46 law of demeter
app/views/admin/companies/show.html.erb 46 law of demeter
app/views/admin/companies/show.html.erb 48 law of demeter
app/views/admin/companies/show.html.erb 49 law of demeter
app/views/admin/companies/show.html.erb 52 law of demeter
app/views/admin/companies/this_month.xls.erb 16 law of demeter
app/views/admin/companies/this_week.xls.erb 16 law of demeter
app/views/admin/companies/this_year.xls.erb 16 law of demeter
app/views/admin/companies/weekly_shedule.html.erb 71 law of demeter
app/views/admin/companies/weekly_shedule.html.erb 72 law of demeter
app/views/admin/contact_details/contacts.xls.erb 21 law of demeter
app/views/admin/contact_details/contacts.xls.erb 22 law of demeter
app/views/admin/leads/deleted_leads.html.erb 55 law of demeter
app/views/admin/leads/show.html.erb 46 law of demeter
app/views/admin/plans/_right.html.erb 18 law of demeter
app/views/admin/plans/_right.html.erb 18 law of demeter
app/views/advance_receipts/_adavance_receipt_filter.html.erb 10 law of demeter
app/views/billing/_auto_calculate.html.erb 87 law of demeter
app/views/billing/_auto_calculate.html.erb 88 law of demeter
app/views/billing/_auto_calculate.html.erb 110 law of demeter
app/views/billing/foreign_index.html.erb 25 law of demeter
app/views/billing/foreign_index.html.erb 26 law of demeter
app/views/billing/foreign_index.html.erb 91 law of demeter
app/views/billing/index.html.erb 23 law of demeter
app/views/billing/index.html.erb 23 law of demeter
app/views/billing/index.html.erb 23 law of demeter
app/views/billing/index.html.erb 36 law of demeter
app/views/billing/index.html.erb 73 law of demeter
app/views/bills_payable/index.html.erb 58 law of demeter
app/views/bills_payable/index.html.erb 59 law of demeter
app/views/bills_payable/index.xls.erb 29 law of demeter
app/views/bills_receivable/index.html.erb 51 law of demeter
app/views/bills_receivable/index.html.erb 51 law of demeter
app/views/bills_receivable/index.xls.erb 24 law of demeter
app/views/credit_expense_reports/index.html.erb 86 law of demeter
app/views/credit_expense_reports/index.xls.erb 29 law of demeter
app/views/custom_fields/_estimate.html.erb 5 law of demeter
app/views/custom_fields/_estimate.html.erb 6 law of demeter
app/views/custom_fields/_estimate.html.erb 7 law of demeter
app/views/custom_fields/_invoice.html.erb 6 law of demeter
app/views/custom_fields/_stock_issue_voucher.html.erb 7 law of demeter
app/views/custom_fields/_stock_issue_voucher.html.erb 20 law of demeter
app/views/custom_fields/_stock_receipt_voucher.html.erb 7 law of demeter
app/views/custom_fields/_stock_receipt_voucher.html.erb 20 law of demeter
app/views/custom_fields/_stock_wastage_voucher.html.erb 7 law of demeter
app/views/custom_fields/_stock_wastage_voucher.html.erb 20 law of demeter
app/views/custom_fields/custom_field_report.xls.erb 7 law of demeter
app/views/custom_fields/custom_field_report.xls.erb 40 law of demeter
app/views/custom_fields/custom_field_report.xls.erb 41 law of demeter
app/views/custom_fields/custom_field_report.xls.erb 42 law of demeter
app/views/custom_fields/custom_field_report.xls.erb 154 law of demeter
app/views/custom_fields/custom_field_report.xls.erb 186 law of demeter
app/views/customer_statements/index.html.erb 133 law of demeter
app/views/customer_statements/index.html.erb 134 law of demeter
app/views/customers/create_customer.js.erb 11 law of demeter
app/views/customers/index.xls.erb 30 law of demeter
app/views/customers/show.html.erb 14 law of demeter
app/views/customers/show.html.erb 108 law of demeter
app/views/customers/show.html.erb 117 law of demeter
app/views/customers/show.html.erb 120 law of demeter
app/views/customers/show.html.erb 126 law of demeter
app/views/customers/show.html.erb 176 law of demeter
app/views/customers/show.html.erb 186 law of demeter
app/views/dashboard/_owner_dashboard.html.erb 228 law of demeter
app/views/dashboard/upgrade.html.erb 58 law of demeter
app/views/dashboard/upgrade.html.erb 60 law of demeter
app/views/delivery_challans/_batch_select.html.erb 2 law of demeter
app/views/delivery_challans/_batch_select.html.erb 3 law of demeter
app/views/delivery_challans/_delivery_challan_line_items.html.erb 1 law of demeter
app/views/delivery_challans/_delivery_challan_line_items.html.erb 21 law of demeter
app/views/delivery_challans/_delivery_challan_line_items.html.erb 25 law of demeter
app/views/delivery_challans/_delivery_challan_line_items.html.erb 33 law of demeter
app/views/delivery_challans/_form.html.erb 22 law of demeter
app/views/delivery_challans/_form.html.erb 30 law of demeter
app/views/delivery_challans/_form.html.erb 41 law of demeter
app/views/delivery_challans/_form.html.erb 41 law of demeter
app/views/delivery_challans/_form.html.erb 43 law of demeter
app/views/delivery_challans/_form.html.erb 43 law of demeter
app/views/delivery_challans/show.html.erb 20 law of demeter
app/views/delivery_challans/show.html.erb 21 law of demeter
app/views/delivery_challans/show.html.erb 23 law of demeter
app/views/delivery_challans/show.html.erb 24 law of demeter
app/views/delivery_challans/show.html.erb 37 law of demeter
app/views/delivery_challans/show.html.erb 62 law of demeter
app/views/delivery_challans/show.html.erb 62 law of demeter
app/views/delivery_challans/show.html.erb 63 law of demeter
app/views/delivery_challans/show.html.erb 63 law of demeter
app/views/delivery_challans/show.html.erb 79 law of demeter
app/views/duties_and_taxes/_chart_on_tax.html.erb 25 law of demeter
app/views/duties_and_taxes/_chart_on_tax.html.erb 41 law of demeter
app/views/duties_and_taxes/index.html.erb 60 law of demeter
app/views/duties_and_taxes/index.html.erb 62 law of demeter
app/views/duties_and_taxes/show.html.erb 25 law of demeter
app/views/duties_and_taxes/show.html.erb 25 law of demeter
app/views/duties_and_taxes/show.html.erb 32 law of demeter
app/views/duties_and_taxes/show.html.erb 36 law of demeter
app/views/duties_and_taxes/tax_report.html.erb 51 law of demeter
app/views/duties_and_taxes/tax_report.html.erb 55 law of demeter
app/views/duties_and_taxes/tax_report.html.erb 58 law of demeter
app/views/duties_and_taxes/tax_report.html.erb 62 law of demeter
app/views/duties_and_taxes/tax_report.html.erb 74 law of demeter
app/views/duties_and_taxes/tax_report.xls.erb 24 law of demeter
app/views/duties_and_taxes/tax_report.xls.erb 26 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 64 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 75 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 137 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 148 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 198 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 213 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 225 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 277 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 292 law of demeter
app/views/duties_and_taxes/vat_report.html.erb 304 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 41 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 52 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 111 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 122 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 167 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 182 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 194 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 240 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 255 law of demeter
app/views/duties_and_taxes/vat_report.xls.erb 267 law of demeter
app/views/email/delete_user_confirmation.html.erb 10 law of demeter
app/views/email/payment_info.html.erb 15 law of demeter
app/views/email/payroll_history.html.erb 8 law of demeter
app/views/email/payroll_history.html.erb 12 law of demeter
app/views/email/plan_updated.html.erb 5 law of demeter
app/views/email/plan_updated.html.erb 6 law of demeter
app/views/email/refer_pb.html.erb 241 law of demeter
app/views/email/renewal_date_update.html.erb 5 law of demeter
app/views/email/send_billing_invoice.html.erb 2 law of demeter
app/views/email/send_billing_invoice.html.erb 2 law of demeter
app/views/email/share_invitation.text.erb 3 law of demeter
app/views/email/signup_confirmation.html.erb 240 law of demeter
app/views/email/signup_confirmation.html.erb 240 law of demeter
app/views/email/signup_confirmation.html.erb 240 law of demeter
app/views/email/welcome_email.html.erb 84 law of demeter
app/views/error_mailer/experror.html.erb 1 law of demeter
app/views/estimates/_email_form.html.erb 7 law of demeter
app/views/estimates/_email_form.html.erb 17 law of demeter
app/views/estimates/_email_form.html.erb 23 law of demeter
app/views/estimates/_email_form.html.erb 24 law of demeter
app/views/estimates/_filter.html.erb 2 law of demeter
app/views/estimates/_filter.html.erb 6 law of demeter
app/views/estimates/_filter.html.erb 8 law of demeter
app/views/estimates/_filter.html.erb 10 law of demeter
app/views/estimates/_footer.html.erb 2 law of demeter
app/views/estimates/_footer.html.erb 3 law of demeter
app/views/estimates/_footer.html.erb 4 law of demeter
app/views/estimates/_form.html.erb 16 law of demeter
app/views/estimates/_form.html.erb 19 law of demeter
app/views/estimates/_form.html.erb 27 law of demeter
app/views/estimates/_form.html.erb 76 law of demeter
app/views/estimates/_form.html.erb 76 law of demeter
app/views/estimates/_form.html.erb 78 law of demeter
app/views/estimates/_form.html.erb 78 law of demeter
app/views/estimates/_form.html.erb 79 law of demeter
app/views/estimates/_form.html.erb 79 law of demeter
app/views/estimates/_form.html.erb 80 law of demeter
app/views/estimates/_form.html.erb 80 law of demeter
app/views/estimates/_form.html.erb 81 law of demeter
app/views/estimates/_form.html.erb 81 law of demeter
app/views/estimates/_form.html.erb 83 law of demeter
app/views/estimates/_form.html.erb 83 law of demeter
app/views/estimates/_header.html.erb 2 law of demeter
app/views/estimates/_header.html.erb 3 law of demeter
app/views/estimates/_header.html.erb 4 law of demeter
app/views/estimates/create_account.js.erb 11 law of demeter
app/views/estimates/create_account.js.erb 12 law of demeter
app/views/estimates/create_estimate_email.html.erb 5 law of demeter
app/views/estimates/deleted_estimate.html.erb 9 law of demeter
app/views/estimates/edit.html.erb 5 law of demeter
app/views/estimates/index.html.erb 5 law of demeter
app/views/estimates/index.html.erb 8 law of demeter
app/views/estimates/new.html.erb 5 law of demeter
app/views/estimates/show.html.erb 5 law of demeter
app/views/estimates/show.html.erb 9 law of demeter
app/views/estimates/show.html.erb 41 law of demeter
app/views/estimates/show.html.erb 62 law of demeter
app/views/estimates/show.html.erb 64 law of demeter
app/views/estimates/show.html.erb 65 law of demeter
app/views/estimates/show.html.erb 94 law of demeter
app/views/estimates/show.html.erb 94 law of demeter
app/views/estimates/show.html.erb 95 law of demeter
app/views/estimates/show.html.erb 95 law of demeter
app/views/estimates/show.html.erb 96 law of demeter
app/views/estimates/show.html.erb 96 law of demeter
app/views/estimates/show.html.erb 97 law of demeter
app/views/estimates/show.html.erb 97 law of demeter
app/views/estimates/show.html.erb 99 law of demeter
app/views/estimates/show.html.erb 99 law of demeter
app/views/estimates/show.html.erb 107 law of demeter
app/views/estimates/show.html.erb 107 law of demeter
app/views/estimates/show.html.erb 122 law of demeter
app/views/expenses/_edit_options.html.erb 10 law of demeter
app/views/expenses/_expense.html.erb 7 law of demeter
app/views/expenses/show.html.erb 17 law of demeter
app/views/expenses_report/expenses_report.html.erb 44 law of demeter
app/views/expenses_report/expenses_report.xls.erb 29 law of demeter
app/views/gst_invoices/new.html.erb 21 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 34 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 35 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 36 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 38 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 39 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 40 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 42 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 43 law of demeter
app/views/income_vouchers/_income_voucher.html.erb 44 law of demeter
app/views/income_vouchers/deleted_other_income.html.erb 10 law of demeter
app/views/income_vouchers/show.html.erb 73 law of demeter
app/views/income_vouchers/show.html.erb 74 law of demeter
app/views/income_vouchers/show.html.erb 75 law of demeter
app/views/income_vouchers/show.html.erb 76 law of demeter
app/views/income_vouchers/show.html.erb 89 law of demeter
app/views/income_vouchers/show.html.erb 90 law of demeter
app/views/income_vouchers/show.html.erb 91 law of demeter
app/views/income_vouchers/show.html.erb 104 law of demeter
app/views/income_vouchers/show.html.erb 105 law of demeter
app/views/income_vouchers/show.html.erb 106 law of demeter
app/views/invoice_returns/_form.html.erb 31 law of demeter
app/views/invoice_returns/_form.html.erb 40 law of demeter
app/views/invoice_returns/_invoice_return_line_items.html.erb 3 law of demeter
app/views/invoice_returns/show.html.erb 25 law of demeter
app/views/invoice_settlement/index.html.erb 46 law of demeter
app/views/invoice_settlement/index.html.erb 58 law of demeter
app/views/invoice_settlement/index.xls.erb 23 law of demeter
app/views/invoices/_add_payment_form.html.erb 25 law of demeter
app/views/invoices/_cash_invoice_fields.html.erb 16 law of demeter
app/views/invoices/_cash_invoice_readonly_fields.html.erb 11 law of demeter
app/views/invoices/_cash_invoice_readonly_fields.html.erb 71 law of demeter
app/views/invoices/_cashfree_payment.html.erb 5 law of demeter
app/views/invoices/_cashfree_payment.html.erb 6 law of demeter
app/views/invoices/_cashfree_payment.html.erb 7 law of demeter
app/views/invoices/_cashfree_payment.html.erb 24 law of demeter
app/views/invoices/_cashfree_payment.html.erb 26 law of demeter
app/views/invoices/_cashfree_payment.html.erb 27 law of demeter
app/views/invoices/_credit_invoice_fields.html.erb 4 law of demeter
app/views/invoices/_credit_invoice_fields.html.erb 19 law of demeter
app/views/invoices/_credit_invoice_readonly_fields.html.erb 3 law of demeter
app/views/invoices/_credit_invoice_readonly_fields.html.erb 5 law of demeter
app/views/invoices/_email_form.html.erb 30 law of demeter
app/views/invoices/_email_form.html.erb 38 law of demeter
app/views/invoices/_filter.html.erb 8 law of demeter
app/views/invoices/_filter_old.html.erb 49 law of demeter
app/views/invoices/_footer.html.erb 4 law of demeter
app/views/invoices/_header.html.erb 4 law of demeter
app/views/invoices/_header1.html.erb 3 law of demeter
app/views/invoices/_instamojo_payment.html.erb 5 law of demeter
app/views/invoices/_instamojo_payment.html.erb 6 law of demeter
app/views/invoices/_instamojo_payment.html.erb 7 law of demeter
app/views/invoices/_instamojo_payment.html.erb 23 law of demeter
app/views/invoices/_instamojo_payment.html.erb 25 law of demeter
app/views/invoices/_instamojo_payment.html.erb 26 law of demeter
app/views/invoices/_invoice_line_items.html.erb 16 law of demeter
app/views/invoices/_last_step.html.erb 3 law of demeter
app/views/invoices/_last_step.html.erb 4 law of demeter
app/views/invoices/_last_step.html.erb 4 law of demeter
app/views/invoices/_last_step.html.erb 16 law of demeter
app/views/invoices/_last_step.html.erb 48 law of demeter
app/views/invoices/_last_step.html.erb 124 law of demeter
app/views/invoices/_last_step.html.erb 126 law of demeter
app/views/invoices/_last_step.html.erb 127 law of demeter
app/views/invoices/_last_step.html.erb 128 law of demeter
app/views/invoices/_product_invoice.html.erb 5 law of demeter
app/views/invoices/_product_invoice.html.erb 5 law of demeter
app/views/invoices/_product_invoice.html.erb 7 law of demeter
app/views/invoices/_product_invoice.html.erb 7 law of demeter
app/views/invoices/_product_invoice.html.erb 8 law of demeter
app/views/invoices/_product_invoice.html.erb 8 law of demeter
app/views/invoices/_product_invoice.html.erb 9 law of demeter
app/views/invoices/_product_invoice.html.erb 9 law of demeter
app/views/invoices/_product_invoice.html.erb 10 law of demeter
app/views/invoices/_product_invoice.html.erb 10 law of demeter
app/views/invoices/_product_invoice.html.erb 12 law of demeter
app/views/invoices/_product_invoice.html.erb 12 law of demeter
app/views/invoices/_product_invoice_header.html.erb 2 law of demeter
app/views/invoices/_product_invoice_header.html.erb 2 law of demeter
app/views/invoices/_product_invoice_header.html.erb 3 law of demeter
app/views/invoices/_product_invoice_header.html.erb 3 law of demeter
app/views/invoices/_product_invoice_header.html.erb 4 law of demeter
app/views/invoices/_product_invoice_header.html.erb 4 law of demeter
app/views/invoices/_product_invoice_header.html.erb 5 law of demeter
app/views/invoices/_product_invoice_header.html.erb 5 law of demeter
app/views/invoices/_product_invoice_header.html.erb 7 law of demeter
app/views/invoices/_product_invoice_header.html.erb 7 law of demeter
app/views/invoices/_product_invoice_header.html.erb 13 law of demeter
app/views/invoices/_product_invoice_header.html.erb 13 law of demeter
app/views/invoices/_recursion.html.erb 8 law of demeter
app/views/invoices/_recursion.html.erb 13 law of demeter
app/views/invoices/_recursion.html.erb 19 law of demeter
app/views/invoices/_recursion.html.erb 27 law of demeter
app/views/invoices/_recursion.html.erb 33 law of demeter
app/views/invoices/_recursion.html.erb 38 law of demeter
app/views/invoices/_sales_warehouse_details.html.erb 3 law of demeter
app/views/invoices/_tax_and_contact_details.html.erb 26 law of demeter
app/views/invoices/_warehouse_details.html.erb 6 law of demeter
app/views/invoices/_warehouse_details.html.erb 10 law of demeter
app/views/invoices/_warehouse_details.html.erb 16 law of demeter
app/views/invoices/_warehouse_details.html.erb 35 law of demeter
app/views/invoices/_warehouse_details.html.erb 48 law of demeter
app/views/invoices/cash_invoice.html.erb 9 law of demeter
app/views/invoices/closed.html.erb 9 law of demeter
app/views/invoices/converted_from_estimate.html.erb 29 law of demeter
app/views/invoices/converted_from_estimate.html.erb 101 law of demeter
app/views/invoices/converted_from_estimate.html.erb 101 law of demeter
app/views/invoices/converted_from_estimate.html.erb 103 law of demeter
app/views/invoices/converted_from_estimate.html.erb 103 law of demeter
app/views/invoices/converted_from_estimate.html.erb 104 law of demeter
app/views/invoices/converted_from_estimate.html.erb 104 law of demeter
app/views/invoices/converted_from_estimate.html.erb 105 law of demeter
app/views/invoices/converted_from_estimate.html.erb 105 law of demeter
app/views/invoices/converted_from_estimate.html.erb 106 law of demeter
app/views/invoices/converted_from_estimate.html.erb 106 law of demeter
app/views/invoices/converted_from_estimate.html.erb 108 law of demeter
app/views/invoices/converted_from_estimate.html.erb 108 law of demeter
app/views/invoices/create_account.js.erb 10 law of demeter
app/views/invoices/create_account.js.erb 11 law of demeter
app/views/invoices/created_from_sales_order.html.erb 33 law of demeter
app/views/invoices/created_from_sales_order.html.erb 129 law of demeter
app/views/invoices/created_from_sales_order.html.erb 129 law of demeter
app/views/invoices/created_from_sales_order.html.erb 131 law of demeter
app/views/invoices/created_from_sales_order.html.erb 131 law of demeter
app/views/invoices/created_from_sales_order.html.erb 132 law of demeter
app/views/invoices/created_from_sales_order.html.erb 132 law of demeter
app/views/invoices/created_from_sales_order.html.erb 133 law of demeter
app/views/invoices/created_from_sales_order.html.erb 133 law of demeter
app/views/invoices/created_from_sales_order.html.erb 134 law of demeter
app/views/invoices/created_from_sales_order.html.erb 134 law of demeter
app/views/invoices/created_from_sales_order.html.erb 136 law of demeter
app/views/invoices/created_from_sales_order.html.erb 136 law of demeter
app/views/invoices/deleted_invoice.html.erb 9 law of demeter
app/views/invoices/draft.html.erb 9 law of demeter
app/views/invoices/open.html.erb 9 law of demeter
app/views/invoices/recursive_invoices.html.erb 9 law of demeter
app/views/invoices/show.html.erb 27 law of demeter
app/views/invoices/show.html.erb 27 law of demeter
app/views/invoices/show.html.erb 156 law of demeter
app/views/invoices/show.html.erb 160 law of demeter
app/views/invoices/show.html.erb 160 law of demeter
app/views/invoices/show.html.erb 161 law of demeter
app/views/invoices/show.html.erb 162 law of demeter
app/views/invoices/show.html.erb 162 law of demeter
app/views/invoices/show.html.erb 162 law of demeter
app/views/invoices/show.html.erb 353 law of demeter
app/views/invoices/show.html.erb 368 law of demeter
app/views/invoices/show.html.erb 371 law of demeter
app/views/invoices/time_invoice.html.erb 9 law of demeter
app/views/journals/show.html.erb 33 law of demeter
app/views/journals/show.html.erb 53 law of demeter
app/views/leave_requests/_leave_request.html.erb 22 law of demeter
app/views/myprofile/_basic_details.html.erb 13 law of demeter
app/views/payment_advice/index.html.erb 37 law of demeter
app/views/payment_advice/index.html.erb 38 law of demeter
app/views/payment_advice/index.html.erb 43 law of demeter
app/views/payment_advice/index.html.erb 44 law of demeter
app/views/payment_advice/index.xls.erb 5 law of demeter
app/views/payment_advice/index.xls.erb 6 law of demeter
app/views/payment_advice/index.xls.erb 14 law of demeter
app/views/payment_advice/index.xls.erb 15 law of demeter
app/views/payment_vouchers/_expense_form.html.erb 23 law of demeter
app/views/payment_vouchers/deleted_payment_voucher.html.erb 10 law of demeter
app/views/plan_properties/access_permition.html.erb 35 law of demeter
app/views/product_wise_stock/index.html.erb 49 law of demeter
app/views/product_wise_stock/index.xls.erb 24 law of demeter
app/views/products/_product_view.html.erb 17 law of demeter
app/views/products/_product_view.html.erb 21 law of demeter
app/views/products/_product_view.html.erb 25 law of demeter
app/views/products/_product_view.html.erb 27 law of demeter
app/views/products/_product_view.html.erb 55 law of demeter
app/views/products/_product_view.html.erb 67 law of demeter
app/views/products/_product_view.html.erb 82 law of demeter
app/views/products/_product_view.html.erb 89 law of demeter
app/views/products/_product_view.html.erb 135 law of demeter
app/views/products/_product_view.html.erb 165 law of demeter
app/views/products/_service_view.html.erb 14 law of demeter
app/views/products/_service_view.html.erb 18 law of demeter
app/views/products/_service_view.html.erb 21 law of demeter
app/views/products/_service_view.html.erb 23 law of demeter
app/views/products/_service_view.html.erb 65 law of demeter
app/views/products/_service_view.html.erb 94 law of demeter
app/views/products/_warehouse_details.html.erb 19 law of demeter
app/views/purchase_orders/_email_form.html.erb 30 law of demeter
app/views/purchase_orders/create_account.js.erb 13 law of demeter
app/views/purchase_orders/create_account.js.erb 14 law of demeter
app/views/purchase_register/index.html.erb 54 law of demeter
app/views/purchase_register/index.xls.erb 21 law of demeter
app/views/purchase_returns/_form.html.erb 31 law of demeter
app/views/purchase_returns/_form.html.erb 40 law of demeter
app/views/purchase_returns/_purchase_return_line_items.html.erb 3 law of demeter
app/views/purchase_returns/show.html.erb 25 law of demeter
app/views/purchase_settlement/index.html.erb 57 law of demeter
app/views/purchase_settlement/index.xls.erb 23 law of demeter
app/views/purchases/_first_step.html.erb 21 law of demeter
app/views/purchases/_last_step.html.erb 3 law of demeter
app/views/purchases/_last_step.html.erb 4 law of demeter
app/views/purchases/_last_step.html.erb 4 law of demeter
app/views/purchases/_last_step.html.erb 24 law of demeter
app/views/purchases/_last_step_heading.html.erb 1 law of demeter
app/views/purchases/_po_to_purchase_line_items.html.erb 7 law of demeter
app/views/purchases/_purchase_line_items.html.erb 10 law of demeter
app/views/purchases/_warehouse_details.html.erb 15 law of demeter
app/views/purchases/create_account.js.erb 11 law of demeter
app/views/purchases/create_account.js.erb 12 law of demeter
app/views/purchases/show.html.erb 48 law of demeter
app/views/receipt_vouchers/_card_details.html.erb 1 law of demeter
app/views/receipt_vouchers/_card_details.html.erb 2 law of demeter
app/views/receipt_vouchers/_card_details.html.erb 4 law of demeter
app/views/receipt_vouchers/_card_details.html.erb 5 law of demeter
app/views/receipt_vouchers/_cheque_details.html.erb 1 law of demeter
app/views/receipt_vouchers/_cheque_details.html.erb 2 law of demeter
app/views/receipt_vouchers/_cheque_details.html.erb 3 law of demeter
app/views/receipt_vouchers/_cheque_details.html.erb 4 law of demeter
app/views/receipt_vouchers/_filter.html.erb 10 law of demeter
app/views/receipt_vouchers/_internetbanking_details.html.erb 1 law of demeter
app/views/receipt_vouchers/_internetbanking_details.html.erb 2 law of demeter
app/views/receipt_vouchers/_internetbanking_details.html.erb 3 law of demeter
app/views/receipt_vouchers/_invoices.html.erb 34 law of demeter
app/views/receipt_vouchers/_invoices.html.erb 40 law of demeter
app/views/receipt_vouchers/_invoices.html.erb 44 law of demeter
app/views/receipt_vouchers/allocate.html.erb 18 law of demeter
app/views/receipt_vouchers/show.html.erb 113 law of demeter
app/views/reimbursement_notes/_email_form.html.erb 30 law of demeter
app/views/reimbursement_reports/outstanding_report.html.erb 47 law of demeter
app/views/reimbursement_reports/outstanding_report.html.erb 47 law of demeter
app/views/reimbursement_vouchers/_card_details.html.erb 1 law of demeter
app/views/reimbursement_vouchers/_card_details.html.erb 2 law of demeter
app/views/reimbursement_vouchers/_card_details.html.erb 4 law of demeter
app/views/reimbursement_vouchers/_card_details.html.erb 5 law of demeter
app/views/reimbursement_vouchers/_cheque_details.html.erb 1 law of demeter
app/views/reimbursement_vouchers/_cheque_details.html.erb 2 law of demeter
app/views/reimbursement_vouchers/_cheque_details.html.erb 3 law of demeter
app/views/reimbursement_vouchers/_cheque_details.html.erb 4 law of demeter
app/views/reimbursement_vouchers/_filter.html.erb 10 law of demeter
app/views/reimbursement_vouchers/_internetbanking_details.html.erb 1 law of demeter
app/views/reimbursement_vouchers/_internetbanking_details.html.erb 2 law of demeter
app/views/reimbursement_vouchers/_internetbanking_details.html.erb 3 law of demeter
app/views/reimbursement_vouchers/_invoices.html.erb 34 law of demeter
app/views/reimbursement_vouchers/_invoices.html.erb 40 law of demeter
app/views/reimbursement_vouchers/_invoices.html.erb 44 law of demeter
app/views/reimbursement_vouchers/allocate.html.erb 18 law of demeter
app/views/saccountings/show.html.erb 32 law of demeter
app/views/salary_slip/index.html.erb 37 law of demeter
app/views/salary_slip/index.html.erb 37 law of demeter
app/views/salary_slip/index.html.erb 39 law of demeter
app/views/salary_slip/index.html.erb 40 law of demeter
app/views/salary_slip/index.html.erb 40 law of demeter
app/views/salary_structure_histories/show.html.erb 24 law of demeter
app/views/sales_order_reports/_header.html.erb 10 law of demeter
app/views/sales_order_reports/customer_wise_so.html.erb 5 law of demeter
app/views/sales_order_reports/customer_wise_so.html.erb 24 law of demeter
app/views/sales_order_reports/customer_wise_so.xls.erb 2 law of demeter
app/views/sales_order_reports/pending_invoices_for_dc.html.erb 24 law of demeter
app/views/sales_orders/_footer.html.erb 3 law of demeter
app/views/sales_orders/_form.html.erb 26 law of demeter
app/views/sales_orders/_form.html.erb 74 law of demeter
app/views/sales_orders/_form.html.erb 74 law of demeter
app/views/sales_orders/_form.html.erb 76 law of demeter
app/views/sales_orders/_form.html.erb 76 law of demeter
app/views/sales_orders/_form.html.erb 77 law of demeter
app/views/sales_orders/_form.html.erb 77 law of demeter
app/views/sales_orders/_form.html.erb 78 law of demeter
app/views/sales_orders/_form.html.erb 78 law of demeter
app/views/sales_orders/_form.html.erb 79 law of demeter
app/views/sales_orders/_form.html.erb 79 law of demeter
app/views/sales_orders/_form.html.erb 81 law of demeter
app/views/sales_orders/_form.html.erb 81 law of demeter
app/views/sales_orders/_header.html.erb 3 law of demeter
app/views/sales_orders/create_account.js.erb 11 law of demeter
app/views/sales_orders/create_account.js.erb 12 law of demeter
app/views/sales_orders/show.html.erb 44 law of demeter
app/views/sales_orders/show.html.erb 46 law of demeter
app/views/sales_orders/show.html.erb 47 law of demeter
app/views/sales_orders/show.html.erb 49 law of demeter
app/views/sales_orders/show.html.erb 50 law of demeter
app/views/sales_orders/show.html.erb 74 law of demeter
app/views/sales_orders/show.html.erb 107 law of demeter
app/views/sales_orders/show.html.erb 107 law of demeter
app/views/sales_orders/show.html.erb 108 law of demeter
app/views/sales_orders/show.html.erb 108 law of demeter
app/views/sales_orders/show.html.erb 109 law of demeter
app/views/sales_orders/show.html.erb 109 law of demeter
app/views/sales_orders/show.html.erb 110 law of demeter
app/views/sales_orders/show.html.erb 110 law of demeter
app/views/sales_orders/show.html.erb 112 law of demeter
app/views/sales_orders/show.html.erb 112 law of demeter
app/views/sales_orders/show.html.erb 119 law of demeter
app/views/sales_orders/show.html.erb 119 law of demeter
app/views/sales_orders/show.html.erb 135 law of demeter
app/views/sales_register/index.html.erb 57 law of demeter
app/views/sales_register/index.html.erb 57 law of demeter
app/views/sales_register/index.xls.erb 29 law of demeter
app/views/sales_register/index.xls.erb 29 law of demeter
app/views/settings/_basic_details.html.erb 33 law of demeter
app/views/settings/_basic_details.html.erb 36 law of demeter
app/views/settings/_basic_details.html.erb 60 law of demeter
app/views/settings/_financial_year.html.erb 22 law of demeter
app/views/settings/inventory.html.erb 18 law of demeter
app/views/settings/invoice_setting.html.erb 18 law of demeter
app/views/settings/payroll.html.erb 18 law of demeter
app/views/settings/show.html.erb 23 law of demeter
app/views/shared/_basic_header.html.erb 39 law of demeter
app/views/shared/_basic_header.html.erb 146 law of demeter
app/views/shared/_billing_details.html.erb 12 law of demeter
app/views/shared/_enterprise_header.html.erb 43 law of demeter
app/views/shared/_essential_header.html.erb 40 law of demeter
app/views/shared/_footer.html.erb 4 law of demeter
app/views/shared/_footer.html.erb 19 law of demeter
app/views/shared/_intercom.html.erb 11 law of demeter
app/views/shared/_intercom.html.erb 19 law of demeter
app/views/shared/_popup_validation.js.erb 15 law of demeter
app/views/shared/_popup_validation.js.erb 19 law of demeter
app/views/shared/_professional_header.html.erb 43 law of demeter
app/views/shared/_pwyw_header.html.erb 39 law of demeter
app/views/shared/_report_dropdown.html.erb 51 law of demeter
app/views/shared/_report_dropdown.html.erb 52 law of demeter
app/views/shared/_report_dropdown.html.erb 54 law of demeter
app/views/shared/_smb_header.html.erb 21 law of demeter
app/views/shared/_trial_header.html.erb 43 law of demeter
app/views/stock_issue_vouchers/_batch_select.html.erb 2 law of demeter
app/views/stock_issue_vouchers/_batch_select.html.erb 3 law of demeter
app/views/stock_issue_vouchers/_form.html.erb 24 law of demeter
app/views/stock_issue_vouchers/_header.html.erb 4 law of demeter
app/views/stock_issue_vouchers/_stock_issue_line_items.html.erb 10 law of demeter
app/views/stock_issue_vouchers/_stock_issue_line_items.html.erb 14 law of demeter
app/views/stock_issue_vouchers/show.html.erb 42 law of demeter
app/views/stock_movement/index.html.erb 36 law of demeter
app/views/stock_movement/index.xls.erb 24 law of demeter
app/views/stock_receipt_vouchers/_form.html.erb 32 law of demeter
app/views/stock_receipt_vouchers/_form.html.erb 43 law of demeter
app/views/stock_receipt_vouchers/_header.html.erb 4 law of demeter
app/views/stock_receipt_vouchers/_stock_receipt_line_items.html.erb 8 law of demeter
app/views/stock_receipt_vouchers/_stock_receipt_line_items.html.erb 9 law of demeter
app/views/stock_receipt_vouchers/_stock_receipt_line_items.html.erb 10 law of demeter
app/views/stock_receipt_vouchers/show.html.erb 41 law of demeter
app/views/stock_transfer_vouchers/_batch_select.html.erb 2 law of demeter
app/views/stock_transfer_vouchers/_batch_select.html.erb 3 law of demeter
app/views/stock_transfer_vouchers/_form.html.erb 19 law of demeter
app/views/stock_transfer_vouchers/_form.html.erb 25 law of demeter
app/views/stock_transfer_vouchers/_form.html.erb 43 law of demeter
app/views/stock_transfer_vouchers/_header.html.erb 4 law of demeter
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 9 law of demeter
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 17 law of demeter
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 19 law of demeter
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 24 law of demeter
app/views/stock_transfer_vouchers/show.html.erb 43 law of demeter
app/views/stock_transfer_vouchers/show.html.erb 43 law of demeter
app/views/stock_transfer_vouchers/show.html.erb 66 law of demeter
app/views/stock_wastage_register/index.html.erb 36 law of demeter
app/views/stock_wastage_register/index.xls.erb 23 law of demeter
app/views/stock_wastage_vouchers/_batch_select.html.erb 2 law of demeter
app/views/stock_wastage_vouchers/_batch_select.html.erb 3 law of demeter
app/views/stock_wastage_vouchers/_form.html.erb 24 law of demeter
app/views/stock_wastage_vouchers/_header.html.erb 4 law of demeter
app/views/stock_wastage_vouchers/_stock_wastage_line_items.html.erb 14 law of demeter
app/views/stock_wastage_vouchers/_stock_wastage_line_items.html.erb 18 law of demeter
app/views/stock_wastage_vouchers/_stock_wastage_voucher.html.erb 3 law of demeter
app/views/stock_wastage_vouchers/show.html.erb 44 law of demeter
app/views/stock_wastage_vouchers/show.html.erb 44 law of demeter
app/views/tasks/_task.html.erb 7 law of demeter
app/views/tasks/_task.html.erb 34 law of demeter
app/views/tasks/show.html.erb 20 law of demeter
app/views/tds_payment_vouchers/_filter.html.erb 8 law of demeter
app/views/tds_payment_vouchers/show.html.erb 42 law of demeter
app/views/tds_payment_vouchers/show.html.erb 99 law of demeter
app/views/tds_payment_vouchers/show.html.erb 112 law of demeter
app/views/tds_payment_vouchers/show.html.erb 113 law of demeter
app/views/tds_payment_vouchers/show.html.erb 114 law of demeter
app/views/tds_payment_vouchers/show.html.erb 115 law of demeter
app/views/tds_payment_vouchers/show.html.erb 118 law of demeter
app/views/tds_payment_vouchers/show.html.erb 129 law of demeter
app/views/tds_payment_vouchers/show.html.erb 130 law of demeter
app/views/tds_payment_vouchers/show.html.erb 131 law of demeter
app/views/trial_balance/index.xls.erb 7 law of demeter
app/views/trial_balance/index.xls.erb 9 law of demeter
app/views/trial_balance/index.xls.erb 10 law of demeter
app/views/trial_balance/index.xls.erb 11 law of demeter
app/views/users/_basic_details.html.erb 36 law of demeter
app/views/users/_salary_details.html.erb 73 law of demeter
app/views/users/_salary_details.html.erb 76 law of demeter
app/views/vendors/create_vendor.js.erb 5 law of demeter
app/views/vendors/index.xls.erb 23 law of demeter
app/views/vendors/show.html.erb 104 law of demeter
app/views/vendors/show.html.erb 113 law of demeter
app/views/vendors/show.html.erb 122 law of demeter
app/views/warehouse_wise_stock/index.html.erb 5 law of demeter
app/views/warehouse_wise_stock/index.html.erb 33 law of demeter
app/views/warehouse_wise_stock/index.html.erb 34 law of demeter
app/views/warehouse_wise_stock/index.html.erb 37 law of demeter
app/views/warehouse_wise_stock/index.html.erb 37 law of demeter
app/views/warehouse_wise_stock/index.html.erb 52 law of demeter
app/views/warehouse_wise_stock/index.html.erb 53 law of demeter
app/views/warehouse_wise_stock/index.html.erb 55 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 2 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 9 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 10 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 13 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 13 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 28 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 29 law of demeter
app/views/warehouse_wise_stock/index.xls.erb 31 law of demeter
app/views/warehouses/edit.html.erb 18 law of demeter
app/views/warehouses/index.html.erb 20 law of demeter
app/views/warehouses/index.html.erb 65 law of demeter
app/views/warehouses/index.html.erb 70 law of demeter
app/views/warehouses/index.html.erb 70 law of demeter
app/views/warehouses/new.html.erb 17 law of demeter
app/views/warehouses/show.html.erb 26 law of demeter
app/views/warehouses/show.html.erb 59 law of demeter
app/views/warehouses/show.html.erb 103 law of demeter
app/views/warehouses/show.html.erb 105 law of demeter
lib/tasks/customer.rake 17 law of demeter
lib/tasks/customer.rake 18 law of demeter
lib/tasks/customer.rake 19 law of demeter
lib/tasks/customer.rake 20 law of demeter
lib/tasks/customer.rake 21 law of demeter
lib/tasks/customer.rake 22 law of demeter
lib/tasks/customer.rake 23 law of demeter
lib/tasks/customer.rake 24 law of demeter
lib/tasks/customer.rake 25 law of demeter
lib/tasks/customer.rake 26 law of demeter
lib/tasks/customer.rake 27 law of demeter
lib/tasks/customer.rake 28 law of demeter
lib/tasks/customer.rake 29 law of demeter
lib/tasks/customer.rake 30 law of demeter
lib/tasks/customer.rake 31 law of demeter
lib/tasks/customer.rake 32 law of demeter
lib/tasks/customer.rake 33 law of demeter
lib/tasks/customer.rake 34 law of demeter
lib/tasks/customer.rake 35 law of demeter
lib/tasks/customer.rake 36 law of demeter
lib/tasks/customer.rake 38 law of demeter
lib/tasks/customer.rake 39 law of demeter
lib/tasks/customer.rake 40 law of demeter
lib/tasks/customer.rake 41 law of demeter
lib/tasks/customer_relationship.rake 17 law of demeter
lib/tasks/default_account.rake 7 law of demeter
lib/tasks/invoice.rake 171 law of demeter
lib/tasks/invoice.rake 190 law of demeter
lib/tasks/lead.rake 38 law of demeter
lib/tasks/other_charges.rake 79 law of demeter
lib/tasks/product.rake 79 law of demeter
lib/tasks/product.rake 80 law of demeter
lib/tasks/product.rake 81 law of demeter
lib/tasks/product.rake 87 law of demeter
lib/tasks/product.rake 87 law of demeter
lib/tasks/product.rake 88 law of demeter
lib/tasks/product.rake 91 law of demeter
lib/tasks/product.rake 92 law of demeter
lib/tasks/product.rake 93 law of demeter
lib/tasks/product.rake 157 law of demeter
lib/tasks/product.rake 157 law of demeter
lib/tasks/product.rake 158 law of demeter
lib/tasks/product.rake 161 law of demeter
lib/tasks/product.rake 162 law of demeter
lib/tasks/product.rake 162 law of demeter
lib/tasks/product.rake 166 law of demeter
lib/tasks/product.rake 167 law of demeter
lib/tasks/product.rake 167 law of demeter
lib/tasks/settings.rake 209 law of demeter
lib/tasks/settings.rake 210 law of demeter
lib/tasks/settings.rake 211 law of demeter
lib/tasks/settings.rake 212 law of demeter
lib/tasks/settings.rake 213 law of demeter
lib/tasks/settings.rake 214 law of demeter
lib/tasks/settings.rake 215 law of demeter
lib/tasks/settings.rake 216 law of demeter
lib/tasks/settings.rake 217 law of demeter
lib/tasks/settings.rake 218 law of demeter
lib/tasks/settings.rake 219 law of demeter
lib/tasks/settings.rake 220 law of demeter
lib/tasks/settings.rake 221 law of demeter
lib/tasks/settings.rake 222 law of demeter
lib/tasks/settings.rake 223 law of demeter
lib/tasks/settings.rake 224 law of demeter
lib/tasks/settings.rake 225 law of demeter
lib/tasks/settings.rake 226 law of demeter
lib/tasks/settings.rake 227 law of demeter
lib/tasks/settings.rake 228 law of demeter
lib/tasks/settings.rake 230 law of demeter
lib/tasks/settings.rake 231 law of demeter
lib/tasks/settings.rake 232 law of demeter
lib/tasks/settings.rake 233 law of demeter
lib/tasks/settings.rake 248 law of demeter
lib/tasks/settings.rake 249 law of demeter
lib/tasks/settings.rake 250 law of demeter
lib/tasks/settings.rake 251 law of demeter
lib/tasks/settings.rake 252 law of demeter
lib/tasks/settings.rake 253 law of demeter
lib/tasks/settings.rake 254 law of demeter
lib/tasks/settings.rake 255 law of demeter
lib/tasks/settings.rake 256 law of demeter
lib/tasks/tax.rake 34 law of demeter
lib/tasks/tax.rake 38 law of demeter
lib/tasks/tax.rake 58 law of demeter
lib/tasks/tax.rake 63 law of demeter
lib/tasks/tax.rake 65 law of demeter
lib/tasks/update_payhead.rake 7 law of demeter
lib/tasks/vendor.rake 16 law of demeter
lib/tasks/vendor.rake 17 law of demeter
lib/tasks/vendor.rake 18 law of demeter
lib/tasks/vendor.rake 19 law of demeter
lib/tasks/vendor.rake 20 law of demeter
lib/tasks/vendor.rake 21 law of demeter
lib/tasks/vendor.rake 22 law of demeter
lib/tasks/vendor.rake 23 law of demeter
lib/tasks/vendor.rake 24 law of demeter
lib/tasks/vendor.rake 58 law of demeter
app/views/account_books_and_registers/ledger.xls.erb 1 move code into controller
app/views/account_books_and_registers/ledger.xls.erb 1 move code into controller
app/views/account_books_and_registers/ledger.xls.erb 6 move code into controller
app/views/account_heads/_account_head.html.erb 3 move code into controller
app/views/accounts/_purchase_orders.html.erb 21 move code into controller
app/views/accounts/_purchases.html.erb 21 move code into controller
app/views/admin/_user_table.html.erb 22 move code into controller
app/views/admin/companies/_company_notes.html.erb 46 move code into controller
app/views/admin/companies/sales_by_user.html.erb 26 move code into controller
app/views/admin/companies/sales_by_user.html.erb 36 move code into controller
app/views/admin/companies/sales_by_user.html.erb 59 move code into controller
app/views/admin/companies/sales_by_user.html.erb 62 move code into controller
app/views/admin/companies/show.html.erb 143 move code into controller
app/views/admin/leads/old_activity_report.html.erb 62 move code into controller
app/views/admin/leads/show.html.erb 154 move code into controller
app/views/attendances/_payroll_accounts_summary.html.erb 17 move code into controller
app/views/attendances/_payroll_accounts_summary.html.erb 24 move code into controller
app/views/attendances/_variable_payhead_detail.html.erb 3 move code into controller
app/views/attendances/show.html.erb 36 move code into controller
app/views/bank_book/index.html.erb 51 move code into controller
app/views/bank_book/index.html.erb 51 move code into controller
app/views/bank_book/index.xls.erb 3 move code into controller
app/views/bank_book/index.xls.erb 3 move code into controller
app/views/bank_book/index.xls.erb 5 move code into controller
app/views/bank_book/index.xls.erb 29 move code into controller
app/views/bank_book/index.xls.erb 29 move code into controller
app/views/bank_reconciliation/_form.html.erb 27 move code into controller
app/views/bank_reconciliation/reconcile.xls.erb 41 move code into controller
app/views/bank_statements/_report_header.html.erb 22 move code into controller
app/views/cash_book/index.html.erb 61 move code into controller
app/views/cash_book/index.html.erb 61 move code into controller
app/views/cash_book/index.html.erb 64 move code into controller
app/views/cash_book/index.xls.erb 26 move code into controller
app/views/cash_book/index.xls.erb 26 move code into controller
app/views/cash_book/index.xls.erb 28 move code into controller
app/views/company_assets/_company_asset.html.erb 8 move code into controller
app/views/company_assets/show.html.erb 35 move code into controller
app/views/company_assets/show.html.erb 40 move code into controller
app/views/credit_expense_reports/index.html.erb 58 move code into controller
app/views/credit_expense_reports/index.xls.erb 8 move code into controller
app/views/credit_note_register/index.html.erb 51 move code into controller
app/views/credit_note_register/index.html.erb 51 move code into controller
app/views/credit_note_register/index.xls.erb 2 move code into controller
app/views/credit_note_register/index.xls.erb 2 move code into controller
app/views/credit_note_register/index.xls.erb 4 move code into controller
app/views/credit_note_register/index.xls.erb 26 move code into controller
app/views/credit_note_register/index.xls.erb 26 move code into controller
app/views/credit_notes/_credit_note.html.erb 16 move code into controller
app/views/credit_notes/_credit_note.html.erb 20 move code into controller
app/views/credit_notes/_credit_note.html.erb 21 move code into controller
app/views/credit_notes/show.html.erb 35 move code into controller
app/views/customer_imports/import_preview.html.erb 53 move code into controller
app/views/dashboard/_auditor_dashboard.html.erb 197 move code into controller
app/views/dashboard/_auditor_dashboard.html.erb 197 move code into controller
app/views/dashboard/_inventory_manager_dashboard.html.erb 68 move code into controller
app/views/dashboard/_inventory_manager_dashboard.html.erb 68 move code into controller
app/views/dashboard/today.html.erb 27 move code into controller
app/views/dashboard/today.html.erb 27 move code into controller
app/views/dashboard/today.html.erb 44 move code into controller
app/views/dashboard/today.html.erb 44 move code into controller
app/views/dashboard/today.html.erb 59 move code into controller
app/views/dashboard/today.html.erb 59 move code into controller
app/views/dashboard/today.html.erb 81 move code into controller
app/views/dashboard/today.html.erb 81 move code into controller
app/views/dashboard/today.html.erb 98 move code into controller
app/views/dashboard/today.html.erb 98 move code into controller
app/views/dashboard/today.html.erb 113 move code into controller
app/views/dashboard/today.html.erb 113 move code into controller
app/views/daybook/_header.html.erb 4 move code into controller
app/views/daybook/index.xls.erb 4 move code into controller
app/views/daybook/index.xls.erb 26 move code into controller
app/views/debit_note_register/index.html.erb 51 move code into controller
app/views/debit_note_register/index.html.erb 51 move code into controller
app/views/debit_note_register/index.xls.erb 2 move code into controller
app/views/debit_note_register/index.xls.erb 2 move code into controller
app/views/debit_note_register/index.xls.erb 4 move code into controller
app/views/debit_note_register/index.xls.erb 27 move code into controller
app/views/debit_note_register/index.xls.erb 27 move code into controller
app/views/debit_notes/_debit_note.html.erb 15 move code into controller
app/views/debit_notes/_debit_note.html.erb 19 move code into controller
app/views/debit_notes/_debit_note.html.erb 20 move code into controller
app/views/debit_notes/_deleted_debit_note.html.erb 4 move code into controller
app/views/debit_notes/_deleted_debit_note.html.erb 5 move code into controller
app/views/debit_notes/show.html.erb 34 move code into controller
app/views/delivery_challans/_delivery_challan_line_items.html.erb 9 move code into controller
app/views/delivery_challans/_delivery_challan_line_items.html.erb 10 move code into controller
app/views/deposits/_deleted_deposit.html.erb 4 move code into controller
app/views/deposits/_deleted_deposit.html.erb 5 move code into controller
app/views/deposits/_deposit.html.erb 18 move code into controller
app/views/deposits/_deposit.html.erb 22 move code into controller
app/views/deposits/_deposit.html.erb 23 move code into controller
app/views/deposits/show.html.erb 42 move code into controller
app/views/duties_and_taxes/report.html.erb 67 move code into controller
app/views/duties_and_taxes/report.html.erb 67 move code into controller
app/views/duties_and_taxes/report.xls.erb 38 move code into controller
app/views/duties_and_taxes/report.xls.erb 38 move code into controller
app/views/email/feedback_created.html.erb 21 move code into controller
app/views/email/feedback_created.html.erb 23 move code into controller
app/views/email/feedback_created.text.html.erb 21 move code into controller
app/views/email/feedback_created.text.html.erb 23 move code into controller
app/views/email/leave_request_approved.html.erb 3 move code into controller
app/views/email/leave_request_approved.html.erb 12 move code into controller
app/views/email/leave_request_created.html.erb 6 move code into controller
app/views/email/leave_request_created.html.erb 12 move code into controller
app/views/email/leave_request_rejected.html.erb 3 move code into controller
app/views/email/leave_request_rejected.html.erb 12 move code into controller
app/views/email/refer_pb.html.erb 236 move code into controller
app/views/email/refer_pb.html.erb 236 move code into controller
app/views/email/support_created.text.erb 9 move code into controller
app/views/email/support_created.text.erb 11 move code into controller
app/views/email/task_created.text.erb 1 move code into controller
app/views/employee_breakup/_breakup_header.html.erb 4 move code into controller
app/views/employee_breakup/breakup_for_employee.xls.erb 4 move code into controller
app/views/employee_goals/_employee_goal.html.erb 2 move code into controller
app/views/employee_goals/_employee_goal.html.erb 5 move code into controller
app/views/employee_goals/emp_goal.html.erb 35 move code into controller
app/views/employee_goals/show.html.erb 22 move code into controller
app/views/employee_goals/show.html.erb 34 move code into controller
app/views/employees/_employee.html.erb 4 move code into controller
app/views/employees/_employee.html.erb 5 move code into controller
app/views/employees/show.html.erb 47 move code into controller
app/views/employees/show.html.erb 52 move code into controller
app/views/estimates/_estimate_history.html.erb 17 move code into controller
app/views/feedbacks/_feedback.html.erb 4 move code into controller
app/views/feedbacks/_feedback.html.erb 5 move code into controller
app/views/feedbacks/show.html.erb 27 move code into controller
app/views/feedbacks/show.html.erb 31 move code into controller
app/views/gain_or_loss_report/index.html.erb 65 move code into controller
app/views/gain_or_loss_report/index.html.erb 65 move code into controller
app/views/gain_or_loss_report/index.xls.erb 25 move code into controller
app/views/gain_or_loss_report/index.xls.erb 25 move code into controller
app/views/horizontal_profit_and_loss/_header.html.erb 4 move code into controller
app/views/invoice_settlement/index.xls.erb 5 move code into controller
app/views/invoices/_invoice_history.html.erb 17 move code into controller
app/views/journal_imports/import_preview.html.erb 50 move code into controller
app/views/journal_register/index.html.erb 50 move code into controller
app/views/journal_register/index.html.erb 50 move code into controller
app/views/journal_register/index.xls.erb 2 move code into controller
app/views/journal_register/index.xls.erb 2 move code into controller
app/views/journal_register/index.xls.erb 4 move code into controller
app/views/journal_register/index.xls.erb 28 move code into controller
app/views/journal_register/index.xls.erb 28 move code into controller
app/views/journals/show.html.erb 82 move code into controller
app/views/leave_cards/_leave_cards_details.html.erb 27 move code into controller
app/views/leave_cards/_leave_cards_details.html.erb 28 move code into controller
app/views/leave_cards/_leave_cards_details.html.erb 29 move code into controller
app/views/leave_cards/show.html.erb 18 move code into controller
app/views/leave_cards/show.html.erb 23 move code into controller
app/views/leave_cards/show.html.erb 24 move code into controller
app/views/leave_cards/show.html.erb 25 move code into controller
app/views/leave_cards/show.html.erb 45 move code into controller
app/views/leave_cards/show.html.erb 46 move code into controller
app/views/leave_cards/show.html.erb 47 move code into controller
app/views/leave_requests/_approved_leave_details.html.erb 22 move code into controller
app/views/leave_requests/_leave_request.html.erb 7 move code into controller
app/views/leave_requests/_leave_request.html.erb 21 move code into controller
app/views/leave_requests/_my_leave.html.erb 6 move code into controller
app/views/leave_requests/dashboard.html.erb 76 move code into controller
app/views/leave_requests/index.html.erb 46 move code into controller
app/views/leave_requests/index.html.erb 48 move code into controller
app/views/leave_requests/index.html.erb 91 move code into controller
app/views/leave_requests/index.html.erb 94 move code into controller
app/views/leave_requests/index.html.erb 133 move code into controller
app/views/leave_requests/index.html.erb 135 move code into controller
app/views/leave_requests/show.html.erb 16 move code into controller
app/views/leave_requests/show.html.erb 22 move code into controller
app/views/ledgers/_deleted_ledger_entry.html.erb 9 move code into controller
app/views/ledgers/_deleted_ledger_entry.html.erb 9 move code into controller
app/views/ledgers/_deleted_ledger_entry.html.erb 13 move code into controller
app/views/ledgers/_ledger.html.erb 8 move code into controller
app/views/ledgers/_ledger.html.erb 8 move code into controller
app/views/ledgers/_ledger.html.erb 12 move code into controller
app/views/ledgers/index.html.erb 34 move code into controller
app/views/ledgers/show.html.erb 24 move code into controller
app/views/ledgers/show.html.erb 45 move code into controller
app/views/low_stock/_header.html.erb 4 move code into controller
app/views/low_stock/index.xls.erb 4 move code into controller
app/views/master_objectives/_master_objective.html.erb 4 move code into controller
app/views/master_objectives/show.html.erb 27 move code into controller
app/views/messages/show.html.erb 19 move code into controller
app/views/messages/show.html.erb 20 move code into controller
app/views/messages/show.html.erb 22 move code into controller
app/views/messages/show.html.erb 38 move code into controller
app/views/messages/show.html.erb 39 move code into controller
app/views/messages/show.html.erb 41 move code into controller
app/views/myprofile/_leave_details.html.erb 31 move code into controller
app/views/myprofile/_leave_details.html.erb 32 move code into controller
app/views/myprofile/_leave_details.html.erb 33 move code into controller
app/views/myprofile/_salary_details.erb 19 move code into controller
app/views/myprofile/_salary_details.erb 72 move code into controller
app/views/myprofile/_salary_details.erb 75 move code into controller
app/views/notes/_note.html.erb 7 move code into controller
app/views/notes/show.html.erb 34 move code into controller
app/views/organisation_announcements/show.html.erb 33 move code into controller
app/views/payment_vouchers/show.html.erb 47 move code into controller
app/views/payments/_make_payment.html.erb 5 move code into controller
app/views/payments/_make_payment.html.erb 6 move code into controller
app/views/payments/show.html.erb 40 move code into controller
app/views/payments/show.html.erb 44 move code into controller
app/views/payroll_register/index.xls.erb 11 move code into controller
app/views/payroll_reports/employee_breakup.html.erb 19 move code into controller
app/views/payroll_reports/employee_breakup.xls.erb 11 move code into controller
app/views/payroll_reports/employee_profile.html.erb 17 move code into controller
app/views/payroll_reports/employee_profile.html.erb 42 move code into controller
app/views/payroll_reports/employee_profile.html.erb 60 move code into controller
app/views/payroll_reports/employee_profile.xls.erb 11 move code into controller
app/views/payroll_reports/employee_profile.xls.erb 12 move code into controller
app/views/payroll_reports/income_tax_form16.html.erb 67 move code into controller
app/views/payroll_reports/payment_advice.html.erb 34 move code into controller
app/views/payroll_reports/payment_advice.html.erb 127 move code into controller
app/views/payroll_reports/payment_advice.xls.erb 27 move code into controller
app/views/payroll_reports/payment_advice.xls.erb 120 move code into controller
app/views/payroll_reports/payroll_register.html.erb 20 move code into controller
app/views/payroll_reports/payroll_register.xls.erb 11 move code into controller
app/views/payroll_reports/salary_slip.html.erb 44 move code into controller
app/views/payroll_reports/salary_slip.xls.erb 38 move code into controller
app/views/payroll_reports/salary_slip.xls.erb 155 move code into controller
app/views/payroll_reports/salary_slip.xls.erb 159 move code into controller
app/views/process_payrolls/index.html.erb 31 move code into controller
app/views/purchase_orders/_deleted_purchase_order.html.erb 3 move code into controller
app/views/purchase_orders/_deleted_purchase_order.html.erb 6 move code into controller
app/views/purchase_orders/_purchase_order_details.html.erb 3 move code into controller
app/views/purchase_orders/_purchase_order_details.html.erb 6 move code into controller
app/views/purchase_settlement/index.xls.erb 5 move code into controller
app/views/purchases/_deleted_purchase.html.erb 4 move code into controller
app/views/purchases/_deleted_purchase.html.erb 7 move code into controller
app/views/receipt_vouchers/_edit_form.html.erb 99 move code into controller
app/views/receive_cashes/_receive_cash.html.erb 5 move code into controller
app/views/receive_cashes/_receive_cash.html.erb 6 move code into controller
app/views/receive_cashes/show.html.erb 36 move code into controller
app/views/receive_cashes/show.html.erb 40 move code into controller
app/views/reimbursement_notes/_deleted_reimbursement_note.html.erb 4 move code into controller
app/views/reimbursement_notes/_deleted_reimbursement_note.html.erb 5 move code into controller
app/views/reimbursement_notes/_reimbursement_note.html.erb 15 move code into controller
app/views/reimbursement_notes/_reimbursement_note.html.erb 19 move code into controller
app/views/reimbursement_notes/_reimbursement_note.html.erb 20 move code into controller
app/views/reimbursement_notes/show.html.erb 36 move code into controller
app/views/reimbursement_notes/show.html.erb 36 move code into controller
app/views/reimbursement_notes/show.html.erb 44 move code into controller
app/views/reimbursement_vouchers/_edit_form.html.erb 99 move code into controller
app/views/saccountings/show.html.erb 74 move code into controller
app/views/salary_slip/_salaries.html.erb 2 move code into controller
app/views/salary_structure_histories/show.html.erb 63 move code into controller
app/views/salary_structure_histories/show.html.erb 66 move code into controller
app/views/salary_structures/_edit_form.html.erb 30 move code into controller
app/views/salary_structures/_edit_form.html.erb 30 move code into controller
app/views/salary_structures/_salary_structure.html.erb 3 move code into controller
app/views/salary_structures/show.html.erb 23 move code into controller
app/views/salary_structures/show.html.erb 51 move code into controller
app/views/salary_structures/show.html.erb 52 move code into controller
app/views/sales_order_reports/customer_wise_so.html.erb 26 move code into controller
app/views/sales_order_reports/customer_wise_so.xls.erb 5 move code into controller
app/views/sales_order_reports/pending_invoices_for_dc.html.erb 26 move code into controller
app/views/sales_order_reports/pending_invoices_for_dc.xls.erb 5 move code into controller
app/views/sales_order_reports/product_wise_so.html.erb 29 move code into controller
app/views/sales_order_reports/product_wise_so.xls.erb 5 move code into controller
app/views/shared/_header.html.erb 13 move code into controller
app/views/shared/_report_header.html.erb 4 move code into controller
app/views/shared/_report_header.html.erb 11 move code into controller
app/views/stock_wastage_register/_header.html.erb 4 move code into controller
app/views/stock_wastage_register/index.xls.erb 4 move code into controller
app/views/sundry_creditor/index.html.erb 49 move code into controller
app/views/sundry_creditor/index.html.erb 51 move code into controller
app/views/sundry_creditor/index.html.erb 51 move code into controller
app/views/sundry_creditor/index.xls.erb 4 move code into controller
app/views/sundry_creditor/index.xls.erb 26 move code into controller
app/views/tasks/_task.html.erb 28 move code into controller
app/views/tasks/show.html.erb 50 move code into controller
app/views/tds_payment_vouchers/show.html.erb 29 move code into controller
app/views/tds_payment_vouchers/show.html.erb 42 move code into controller
app/views/tds_payment_vouchers/show.html.erb 49 move code into controller
app/views/timesheets/_report_header.html.erb 6 move code into controller
app/views/timesheets/_timesheet_line_item_details.html.erb 2 move code into controller
app/views/timesheets/_timesheet_line_item_details.html.erb 5 move code into controller
app/views/timesheets/report.xls.erb 7 move code into controller
app/views/timesheets/show.html.erb 27 move code into controller
app/views/transfer_cashes/_deleted_transfer_history.html.erb 4 move code into controller
app/views/transfer_cashes/_deleted_transfer_history.html.erb 5 move code into controller
app/views/transfer_cashes/_transfer_cash.html.erb 18 move code into controller
app/views/transfer_cashes/_transfer_cash.html.erb 22 move code into controller
app/views/transfer_cashes/_transfer_cash.html.erb 23 move code into controller
app/views/transfer_cashes/show.html.erb 42 move code into controller
app/views/trial_balance/_header.html.erb 4 move code into controller
app/views/users/_salary_details.html.erb 19 move code into controller
app/views/users/my_profile.html.erb 36 move code into controller
app/views/users/my_profile.html.erb 40 move code into controller
app/views/users/my_profile.html.erb 54 move code into controller
app/views/users/my_profile.html.erb 58 move code into controller
app/views/users/my_profile.html.erb 62 move code into controller
app/views/users/my_profile.html.erb 66 move code into controller
app/views/users/my_profile.html.erb 70 move code into controller
app/views/users/my_profile.html.erb 76 move code into controller
app/views/users/my_profile.html.erb 80 move code into controller
app/views/users/my_profile.html.erb 84 move code into controller
app/views/users/my_profile.html.erb 88 move code into controller
app/views/users/my_profile.html.erb 99 move code into controller
app/views/users/my_profile.html.erb 103 move code into controller
app/views/users/my_profile.html.erb 107 move code into controller
app/views/users/my_profile.html.erb 111 move code into controller
app/views/users/my_profile.html.erb 115 move code into controller
app/views/users/my_profile.html.erb 121 move code into controller
app/views/users/my_profile.html.erb 125 move code into controller
app/views/users/my_profile.html.erb 129 move code into controller
app/views/users/my_profile.html.erb 133 move code into controller
app/views/users/my_profile.html.erb 137 move code into controller
app/views/users/my_profile.html.erb 141 move code into controller
app/views/users/my_profile.html.erb 149 move code into controller
app/views/users/personal_info.html.erb 26 move code into controller
app/views/users/personal_info.html.erb 30 move code into controller
app/views/users/personal_info.html.erb 34 move code into controller
app/views/users/personal_info.html.erb 38 move code into controller
app/views/users/personal_info.html.erb 42 move code into controller
app/views/users/personal_info.html.erb 46 move code into controller
app/views/users/personal_info.html.erb 50 move code into controller
app/views/users/personal_info.html.erb 54 move code into controller
app/views/users/personal_info.html.erb 58 move code into controller
app/views/users/work_info.html.erb 26 move code into controller
app/views/users/work_info.html.erb 30 move code into controller
app/views/users/work_info.html.erb 33 move code into controller
app/views/users/work_info.html.erb 37 move code into controller
app/views/users/work_info.html.erb 41 move code into controller
app/views/users/work_info.html.erb 45 move code into controller
app/views/users/work_info.html.erb 49 move code into controller
app/views/users/work_info.html.erb 53 move code into controller
app/views/users/work_info.html.erb 57 move code into controller
app/views/users/work_info.html.erb 61 move code into controller
app/views/vendor_imports/import_preview.html.erb 53 move code into controller
app/views/warehouse_wise_stock/inventory_valuation.xls.erb 2 move code into controller
app/views/warehouse_wise_stock/inventory_valuation.xls.erb 4 move code into controller
app/views/withdrawals/_deleted_withdrawal.html.erb 4 move code into controller
app/views/withdrawals/_deleted_withdrawal.html.erb 5 move code into controller
app/views/withdrawals/_withdrawal.html.erb 19 move code into controller
app/views/withdrawals/_withdrawal.html.erb 24 move code into controller
app/views/withdrawals/_withdrawal.html.erb 25 move code into controller
app/views/withdrawals/show.html.erb 42 move code into controller
app/views/accounts/_deposits.html.erb 15 move code into helper (array_count >= 3)
app/views/accounts/_dutiesandtaxes.html.erb 4 move code into helper (array_count >= 3)
app/views/accounts/_loansadvances.html.erb 15 move code into helper (array_count >= 3)
app/views/accounts/_loansandadvances.html.erb 16 move code into helper (array_count >= 3)
app/views/admin/leads/_lead_filter.html.erb 11 move code into helper (array_count >= 3)
app/views/admin/leads/_lead_filter.html.erb 15 move code into helper (array_count >= 3)
app/views/admin/leads/_lead_filter.html.erb 40 move code into helper (array_count >= 3)
app/views/admin/leads/_lead_filter.html.erb 44 move code into helper (array_count >= 3)
app/views/dashboard/_owner_dashboard.html.erb 255 move code into helper (array_count >= 3)
app/views/expenses_report/_report_filter.html.erb 22 move code into helper (array_count >= 3)
app/views/shared/_deposits.html.erb 15 move code into helper (array_count >= 3)
app/views/shared/_dutiesandtaxes.html.erb 4 move code into helper (array_count >= 3)
app/views/shared/_loansandadvances.html.erb 25 move code into helper (array_count >= 3)
app/views/billing/apply_coupon.js.erb call move code into model (@coupon use_count > 2)
app/views/companies/_form.html.erb stmts_add move code into model (@company use_count > 2)
app/views/custom_fields/_estimate.html.erb call move code into model (estimate use_count > 2)
app/views/custom_fields/_invoice.html.erb call move code into model (invoice use_count > 2)
app/views/custom_fields/_purchase.html.erb call move code into model (purchase use_count > 2)
app/views/custom_fields/_stock_issue_voucher.html.erb call move code into model (stock use_count > 2)
app/views/custom_fields/_stock_receipt_voucher.html.erb call move code into model (stock use_count > 2)
app/views/custom_fields/_stock_wastage_voucher.html.erb call move code into model (stock use_count > 2)
app/views/dashboard/_basic_setting.html.erb stmts_add move code into model (@company use_count > 2)
app/views/dashboard/_welcome_setting_financial.html.erb stmts_add move code into model (@company use_count > 2)
app/views/invoices/_first_step.html.erb 14 move code into model (@custom_field use_count > 2)
app/views/invoices/_tax_and_contact_details.html.erb call move code into model (@company use_count > 2)
app/views/invoices/_tax_line_item_details.html.erb paren move code into model (tax_account use_count > 2)
app/views/low_stock/index.html.erb call move code into model (product use_count > 2)
app/views/low_stock/index.html.erb call move code into model (product use_count > 2)
app/views/low_stock/index.xls.erb call move code into model (product use_count > 2)
app/views/payment_advice/index.html.erb call move code into model (@account use_count > 2)
app/views/payment_advice/index.xls.erb call move code into model (@account use_count > 2)
app/views/payment_advice/index.xls.erb call move code into model (@account use_count > 2)
app/views/products/_form.html.erb call move code into model (@product use_count > 2)
app/views/products/_form.html.erb call move code into model (@product use_count > 2)
app/views/purchases/_po_to_purchase_line_items.html.erb 21 move code into model (purchase_line_item use_count > 2)
app/views/purchases/_tax_line_item_details.html.erb paren move code into model (tax_account use_count > 2)
app/views/receipt_vouchers/show.html.erb call move code into model (@receipt_voucher use_count > 2)
app/views/sales_orders/show.html.erb stmts_add move code into model (@sales_order use_count > 2)
app/views/sales_orders/show.html.erb 27 move code into model (@sales_order use_count > 2)
app/views/settings/_financial_year.html.erb 25 move code into model (financial_year use_count > 2)
app/views/settings/_financial_year.html.erb call move code into model (financial_year use_count > 2)
app/views/shared/_customer_currency.html.erb call move code into model (acc use_count > 2)
app/views/shared/_user_and_company_title.html.erb call move code into model (@current_user use_count > 2)
app/views/signup/global_pricing.html.erb call move code into model (@company use_count > 2)
app/views/users/_form.html.erb 55 move code into model (@company use_count > 2)
app/views/users/_form.html.erb 60 move code into model (@company use_count > 2)
app/controllers/payroll_dashboard_controller.rb 7 move finder to named_scope
app/controllers/payroll_dashboard_controller.rb 8 move finder to named_scope
app/controllers/account_heads_controller.rb 51 move model logic into model (@account_head use_count > 4)
app/controllers/account_heads_controller.rb 94 move model logic into model (@account_head use_count > 4)
app/controllers/accounts_controller.rb 59 move model logic into model (@account use_count > 4)
app/controllers/accounts_controller.rb 74 move model logic into model (@account use_count > 4)
app/controllers/accounts_controller.rb 102 move model logic into model (@account use_count > 4)
app/controllers/accounts_controller.rb 125 move model logic into model (@account use_count > 4)
app/controllers/accounts_controller.rb 125 move model logic into model (product use_count > 4)
app/controllers/accounts_controller.rb 125 move model logic into model (format use_count > 4)
app/controllers/accounts_controller.rb 174 move model logic into model (@account use_count > 4)
app/controllers/accounts_controller.rb 191 move model logic into model (root_account_head use_count > 4)
app/controllers/accounts_controller.rb 191 move model logic into model (account use_count > 4)
app/controllers/admin/billing_invoices_controller.rb 6 move model logic into model (format use_count > 4)
app/controllers/admin/billing_invoices_controller.rb 30 move model logic into model (company use_count > 4)
app/controllers/admin/billing_invoices_controller.rb 30 move model logic into model (plan use_count > 4)
app/controllers/admin/billing_invoices_controller.rb 30 move model logic into model (@billing_invoice use_count > 4)
app/controllers/admin/billing_invoices_controller.rb 30 move model logic into model (line_item use_count > 4)
app/controllers/admin/campaigns_controller.rb 40 move model logic into model (format use_count > 4)
app/controllers/admin/channels_controller.rb 41 move model logic into model (format use_count > 4)
app/controllers/admin/companies_controller.rb 8 move model logic into model (format use_count > 4)
app/controllers/admin/companies_controller.rb 93 move model logic into model (@company use_count > 4)
app/controllers/admin/companies_controller.rb 230 move model logic into model (format use_count > 4)
app/controllers/admin/companies_controller.rb 247 move model logic into model (format use_count > 4)
app/controllers/admin/companies_controller.rb 277 move model logic into model (Company use_count > 4)
app/controllers/admin/customer_relationships_controller.rb 45 move model logic into model (@customer_relationship use_count > 4)
app/controllers/admin/email_templates_controller.rb 125 move model logic into model ( use_count > 4)
app/controllers/admin/email_templates_controller.rb 125 move model logic into model (company use_count > 4)
app/controllers/admin/email_templates_controller.rb 125 move model logic into model (acc use_count > 4)
app/controllers/admin/email_templates_controller.rb 125 move model logic into model (@email_template use_count > 4)
app/controllers/admin/leads_controller.rb 31 move model logic into model (@lead use_count > 4)
app/controllers/admin/leads_controller.rb 51 move model logic into model (@lead use_count > 4)
app/controllers/admin/leads_controller.rb 74 move model logic into model (@lead use_count > 4)
app/controllers/admin/leads_controller.rb 237 move model logic into model (@leads use_count > 4)
app/controllers/admin/leads_controller.rb 278 move model logic into model (@lead use_count > 4)
app/controllers/admin/login_controller.rb 11 move model logic into model (super_user use_count > 4)
app/controllers/admin/login_controller.rb 11 move model logic into model ( use_count > 4)
app/controllers/admin/profitbooks_workstreams_controller.rb 23 move model logic into model (@product_update use_count > 4)
app/controllers/admin/supports_controller.rb 36 move model logic into model (@support use_count > 4)
app/controllers/admin/supports_controller.rb 64 move model logic into model (@support use_count > 4)
app/controllers/attendances_controller.rb 4 move model logic into model (@company use_count > 4)
app/controllers/attendances_controller.rb 21 move model logic into model (@month use_count > 4)
app/controllers/attendances_controller.rb 21 move model logic into model (@company use_count > 4)
app/controllers/attendances_controller.rb 21 move model logic into model (@payroll_accounts_details use_count > 4)
app/controllers/attendances_controller.rb 92 move model logic into model (@payroll_detail use_count > 4)
app/controllers/auditor_login_controller.rb 45 move model logic into model (auditor use_count > 4)
app/controllers/auditor_login_controller.rb 61 move model logic into model (invitation_detail use_count > 4)
app/controllers/auditor_login_controller.rb 92 move model logic into model (@invitation_detail use_count > 4)
app/controllers/auditor_login_controller.rb 116 move model logic into model (temp_year use_count > 4)
app/controllers/auditors_controller.rb 56 move model logic into model (@auditor use_count > 4)
app/controllers/auditors_controller.rb 56 move model logic into model (@company use_count > 4)
app/controllers/auditors_controller.rb 56 move model logic into model ( use_count > 4)
app/controllers/auditors_controller.rb 56 move model logic into model (temp_year use_count > 4)
app/controllers/auditors_controller.rb 56 move model logic into model (format use_count > 4)
app/controllers/bank_reconciliation_controller.rb 2 move model logic into model (params[start_date] use_count > 4)
app/controllers/bank_reconciliation_controller.rb 2 move model logic into model (params[end_date] use_count > 4)
app/controllers/bank_reconciliation_controller.rb 2 move model logic into model (@ledgers use_count > 4)
app/controllers/bank_reconciliation_controller.rb 2 move model logic into model (Ledger use_count > 4)
app/controllers/bank_statements_controller.rb 54 move model logic into model (@bank_statement use_count > 4)
app/controllers/bank_statements_controller.rb 54 move model logic into model (format use_count > 4)
app/controllers/bank_statements_controller.rb 179 move model logic into model (TransactionType use_count > 4)
app/controllers/bank_statements_controller.rb 179 move model logic into model (@company use_count > 4)
app/controllers/banking_controller.rb 6 move model logic into model (TransactionType use_count > 4)
app/controllers/banking_controller.rb 6 move model logic into model (@company use_count > 4)
app/controllers/banking_controller.rb 6 move model logic into model (AccountHead use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (user_pack use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (user_pack_amount use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (order_total use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (plan use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (coupon use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (@company use_count > 4)
app/controllers/billing_controller.rb 18 move model logic into model (@billing_invoice use_count > 4)
app/controllers/billing_controller.rb 161 move model logic into model (@company use_count > 4)
app/controllers/billing_controller.rb 161 move model logic into model (@billing_invoice use_count > 4)
app/controllers/billing_controller.rb 161 move model logic into model (line_item use_count > 4)
app/controllers/billing_controller.rb 216 move model logic into model (@coupon use_count > 4)
app/controllers/companies_controller.rb 37 move model logic into model (@company use_count > 4)
app/controllers/companies_controller.rb 49 move model logic into model (@company use_count > 4)
app/controllers/companies_controller.rb 69 move model logic into model (@company use_count > 4)
app/controllers/companies_controller.rb 69 move model logic into model (format use_count > 4)
app/controllers/companies_controller.rb 96 move model logic into model (@company use_count > 4)
app/controllers/company_assets_controller.rb 60 move model logic into model (@company_asset use_count > 4)
app/controllers/company_assets_controller.rb 60 move model logic into model (@company use_count > 4)
app/controllers/credit_notes_controller.rb 51 move model logic into model (@company use_count > 4)
app/controllers/credit_notes_controller.rb 61 move model logic into model (@credit_note use_count > 4)
app/controllers/credit_notes_controller.rb 61 move model logic into model (@company use_count > 4)
app/controllers/credit_notes_controller.rb 82 move model logic into model (@credit_note use_count > 4)
app/controllers/credit_notes_controller.rb 82 move model logic into model (@company use_count > 4)
app/controllers/credit_notes_controller.rb 106 move model logic into model (@credit_note use_count > 4)
app/controllers/credit_notes_controller.rb 124 move model logic into model (@credit_note use_count > 4)
app/controllers/custom_fields_controller.rb 47 move model logic into model (@custom_field use_count > 4)
app/controllers/customer_statements_controller.rb 2 move model logic into model (@customer use_count > 4)
app/controllers/customer_statements_controller.rb 35 move model logic into model (@customer use_count > 4)
app/controllers/customers_controller.rb 18 move model logic into model (@customer use_count > 4)
app/controllers/customers_controller.rb 46 move model logic into model (@customer use_count > 4)
app/controllers/customers_controller.rb 66 move model logic into model (@customer use_count > 4)
app/controllers/customers_controller.rb 79 move model logic into model (@customer use_count > 4)
app/controllers/customers_controller.rb 103 move model logic into model (@customer use_count > 4)
app/controllers/customers_controller.rb 103 move model logic into model (format use_count > 4)
app/controllers/customers_controller.rb 135 move model logic into model (@customer use_count > 4)
app/controllers/dashboard_controller.rb 5 move model logic into model (Invoice use_count > 4)
app/controllers/dashboard_controller.rb 5 move model logic into model (@company use_count > 4)
app/controllers/dashboard_controller.rb 5 move model logic into model (@lead use_count > 4)
app/controllers/dashboard_controller.rb 242 move model logic into model (@data_account use_count > 4)
app/controllers/dashboard_controller.rb 242 move model logic into model (@account_heads use_count > 4)
app/controllers/dashboard_controller.rb 242 move model logic into model (AccountHead use_count > 4)
app/controllers/dashboard_controller.rb 242 move model logic into model (@company use_count > 4)
app/controllers/db_controller.rb 45 move model logic into model (dbsession use_count > 4)
app/controllers/debit_notes_controller.rb 51 move model logic into model (@company use_count > 4)
app/controllers/debit_notes_controller.rb 61 move model logic into model (@debit_note use_count > 4)
app/controllers/debit_notes_controller.rb 61 move model logic into model (@company use_count > 4)
app/controllers/debit_notes_controller.rb 82 move model logic into model (@debit_note use_count > 4)
app/controllers/debit_notes_controller.rb 82 move model logic into model (@company use_count > 4)
app/controllers/debit_notes_controller.rb 105 move model logic into model (@debit_note use_count > 4)
app/controllers/debit_notes_controller.rb 123 move model logic into model (@debit_note use_count > 4)
app/controllers/debtor_aging_controller.rb 3 move model logic into model (@company use_count > 4)
app/controllers/delivery_challans_controller.rb 49 move model logic into model (@delivery_challan use_count > 4)
app/controllers/departments_controller.rb 104 move model logic into model (@department use_count > 4)
app/controllers/deposits_controller.rb 34 move model logic into model (TransactionType use_count > 4)
app/controllers/deposits_controller.rb 34 move model logic into model (@company use_count > 4)
app/controllers/deposits_controller.rb 34 move model logic into model (AccountHead use_count > 4)
app/controllers/deposits_controller.rb 59 move model logic into model (@company use_count > 4)
app/controllers/deposits_controller.rb 69 move model logic into model (@deposit use_count > 4)
app/controllers/deposits_controller.rb 69 move model logic into model (@company use_count > 4)
app/controllers/deposits_controller.rb 69 move model logic into model (format use_count > 4)
app/controllers/deposits_controller.rb 69 move model logic into model (TransactionType use_count > 4)
app/controllers/deposits_controller.rb 69 move model logic into model (AccountHead use_count > 4)
app/controllers/deposits_controller.rb 111 move model logic into model (@deposit use_count > 4)
app/controllers/deposits_controller.rb 111 move model logic into model (@company use_count > 4)
app/controllers/deposits_controller.rb 131 move model logic into model (@deposit use_count > 4)
app/controllers/deposits_controller.rb 149 move model logic into model (@deposit use_count > 4)
app/controllers/designations_controller.rb 96 move model logic into model (@designation use_count > 4)
app/controllers/documents_controller.rb 24 move model logic into model (@current_folder use_count > 4)
app/controllers/documents_controller.rb 46 move model logic into model (@shared_folder use_count > 4)
app/controllers/duties_and_taxes_controller.rb 36 move model logic into model (@account use_count > 4)
app/controllers/duties_and_taxes_controller.rb 82 move model logic into model (@vat_accounts use_count > 4)
app/controllers/employee_breakup_controller.rb 3 move model logic into model (@company use_count > 4)
app/controllers/employee_goals_controller.rb 61 move model logic into model (@employee_goal use_count > 4)
app/controllers/employee_goals_controller.rb 86 move model logic into model (@employee_goal use_count > 4)
app/controllers/employee_goals_controller.rb 108 move model logic into model (@employee_goal use_count > 4)
app/controllers/estimates_controller.rb 26 move model logic into model (@company use_count > 4)
app/controllers/estimates_controller.rb 26 move model logic into model (@estimate use_count > 4)
app/controllers/estimates_controller.rb 65 move model logic into model (@company use_count > 4)
app/controllers/estimates_controller.rb 84 move model logic into model (@company use_count > 4)
app/controllers/estimates_controller.rb 103 move model logic into model (@estimate use_count > 4)
app/controllers/estimates_controller.rb 103 move model logic into model (@company use_count > 4)
app/controllers/estimates_controller.rb 133 move model logic into model (@estimate use_count > 4)
app/controllers/estimates_controller.rb 133 move model logic into model (@company use_count > 4)
app/controllers/estimates_controller.rb 162 move model logic into model (@estimate use_count > 4)
app/controllers/estimates_controller.rb 180 move model logic into model (@estimate use_count > 4)
app/controllers/estimates_controller.rb 277 move model logic into model (@estimate use_count > 4)
app/controllers/expenses_controller.rb 23 move model logic into model (@expense use_count > 4)
app/controllers/expenses_controller.rb 46 move model logic into model (@company use_count > 4)
app/controllers/expenses_controller.rb 65 move model logic into model (@company use_count > 4)
app/controllers/expenses_controller.rb 65 move model logic into model (@expense use_count > 4)
app/controllers/expenses_controller.rb 99 move model logic into model (@company use_count > 4)
app/controllers/expenses_controller.rb 119 move model logic into model (@expense use_count > 4)
app/controllers/expenses_controller.rb 119 move model logic into model (@company use_count > 4)
app/controllers/expenses_controller.rb 119 move model logic into model (format use_count > 4)
app/controllers/expenses_controller.rb 157 move model logic into model (@expense use_count > 4)
app/controllers/expenses_controller.rb 157 move model logic into model (@company use_count > 4)
app/controllers/expenses_controller.rb 187 move model logic into model (@expense use_count > 4)
app/controllers/expenses_controller.rb 206 move model logic into model (@expense use_count > 4)
app/controllers/feedbacks_controller.rb 53 move model logic into model (@feedback use_count > 4)
app/controllers/folders_controller.rb 32 move model logic into model (@folder use_count > 4)
app/controllers/gst_invoices_controller.rb 26 move model logic into model (account use_count > 4)
app/controllers/horizontal_profit_and_loss_controller.rb 2 move model logic into model (@profit_loss use_count > 4)
app/controllers/horizontal_profit_and_loss_controller.rb 2 move model logic into model ( use_count > 4)
app/controllers/horizontal_profit_and_loss_controller.rb 2 move model logic into model (head use_count > 4)
app/controllers/income_vouchers_controller.rb 39 move model logic into model (@company use_count > 4)
app/controllers/income_vouchers_controller.rb 39 move model logic into model (TransactionType use_count > 4)
app/controllers/income_vouchers_controller.rb 76 move model logic into model (@company use_count > 4)
app/controllers/income_vouchers_controller.rb 76 move model logic into model (@income_voucher use_count > 4)
app/controllers/income_vouchers_controller.rb 76 move model logic into model (format use_count > 4)
app/controllers/income_vouchers_controller.rb 76 move model logic into model (TransactionType use_count > 4)
app/controllers/income_vouchers_controller.rb 116 move model logic into model (@income_voucher use_count > 4)
app/controllers/income_vouchers_controller.rb 116 move model logic into model (@company use_count > 4)
app/controllers/income_vouchers_controller.rb 138 move model logic into model (@income_voucher use_count > 4)
app/controllers/income_vouchers_controller.rb 156 move model logic into model (@income_voucher use_count > 4)
app/controllers/invitation_details_controller.rb 45 move model logic into model (@invitation_detail use_count > 4)
app/controllers/invitation_details_controller.rb 45 move model logic into model (format use_count > 4)
app/controllers/invoice_settings_controller.rb 64 move model logic into model (format use_count > 4)
app/controllers/invoice_settings_controller.rb 111 move model logic into model (margin use_count > 4)
app/controllers/invoice_settings_controller.rb 137 move model logic into model (url use_count > 4)
app/controllers/invoice_settings_controller.rb 166 move model logic into model (url use_count > 4)
app/controllers/invoices_controller.rb 62 move model logic into model (@company use_count > 4)
app/controllers/invoices_controller.rb 62 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 62 move model logic into model (@link_history use_count > 4)
app/controllers/invoices_controller.rb 62 move model logic into model (@cflink_history use_count > 4)
app/controllers/invoices_controller.rb 166 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 166 move model logic into model (@company use_count > 4)
app/controllers/invoices_controller.rb 191 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 191 move model logic into model (@company use_count > 4)
app/controllers/invoices_controller.rb 227 move model logic into model (@company use_count > 4)
app/controllers/invoices_controller.rb 227 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 227 move model logic into model (format use_count > 4)
app/controllers/invoices_controller.rb 305 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 305 move model logic into model (@company use_count > 4)
app/controllers/invoices_controller.rb 352 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 370 move model logic into model (@invoice use_count > 4)
app/controllers/invoices_controller.rb 454 move model logic into model (invoice use_count > 4)
app/controllers/invoices_controller.rb 454 move model logic into model (@company use_count > 4)
app/controllers/invoices_controller.rb 484 move model logic into model (invoice use_count > 4)
app/controllers/invoices_controller.rb 514 move model logic into model (invoice use_count > 4)
app/controllers/invoices_controller.rb 679 move model logic into model (account use_count > 4)
app/controllers/jobs_controller.rb 42 move model logic into model (@job use_count > 4)
app/controllers/journals_controller.rb 37 move model logic into model (@company use_count > 4)
app/controllers/journals_controller.rb 57 move model logic into model (@company use_count > 4)
app/controllers/journals_controller.rb 68 move model logic into model (@journal use_count > 4)
app/controllers/journals_controller.rb 68 move model logic into model (@company use_count > 4)
app/controllers/journals_controller.rb 92 move model logic into model (@journal use_count > 4)
app/controllers/journals_controller.rb 92 move model logic into model (@company use_count > 4)
app/controllers/journals_controller.rb 117 move model logic into model (@journal use_count > 4)
app/controllers/journals_controller.rb 135 move model logic into model (@journal use_count > 4)
app/controllers/leave_approval_controller.rb 23 move model logic into model (@approval_request use_count > 4)
app/controllers/leave_approval_controller.rb 37 move model logic into model (@approval_request use_count > 4)
app/controllers/leave_approval_controller.rb 50 move model logic into model (@leave_request use_count > 4)
app/controllers/leave_cards_controller.rb 65 move model logic into model (format use_count > 4)
app/controllers/leave_requests_controller.rb 20 move model logic into model (@company use_count > 4)
app/controllers/leaves_controller.rb 42 move model logic into model (@leave use_count > 4)
app/controllers/ledgers_controller.rb 6 move model logic into model (params[start_date] use_count > 4)
app/controllers/ledgers_controller.rb 6 move model logic into model (params[end_date] use_count > 4)
app/controllers/ledgers_controller.rb 6 move model logic into model (@ledgers use_count > 4)
app/controllers/ledgers_controller.rb 6 move model logic into model (Ledger use_count > 4)
app/controllers/login_controller.rb 25 move model logic into model (@user use_count > 4)
app/controllers/login_controller.rb 25 move model logic into model (@company use_count > 4)
app/controllers/login_controller.rb 57 move model logic into model (user use_count > 4)
app/controllers/login_controller.rb 57 move model logic into model ( use_count > 4)
app/controllers/login_controller.rb 173 move model logic into model ( use_count > 4)
app/controllers/login_controller.rb 187 move model logic into model ( use_count > 4)
app/controllers/login_controller.rb 207 move model logic into model ( use_count > 4)
app/controllers/login_controller.rb 232 move model logic into model (temp_year use_count > 4)
app/controllers/make_payments_controller.rb 50 move model logic into model (@make_payment use_count > 4)
app/controllers/master_objectives_controller.rb 57 move model logic into model (@master_objective use_count > 4)
app/controllers/master_objectives_controller.rb 81 move model logic into model (@master_objective use_count > 4)
app/controllers/messages_controller.rb 69 move model logic into model (@message use_count > 4)
app/controllers/myfiles_controller.rb 65 move model logic into model (@myfile use_count > 4)
app/controllers/myfiles_controller.rb 93 move model logic into model (@myfile use_count > 4)
app/controllers/myprofile_controller.rb 9 move model logic into model (@user use_count > 4)
app/controllers/myprofile_controller.rb 41 move model logic into model (@user use_count > 4)
app/controllers/myprofile_controller.rb 63 move model logic into model (@user use_count > 4)
app/controllers/myprofile_controller.rb 124 move model logic into model (user use_count > 4)
app/controllers/notes_controller.rb 75 move model logic into model (@note use_count > 4)
app/controllers/organisation_announcements_controller.rb 66 move model logic into model (@organisation_announcement use_count > 4)
app/controllers/pay_grades_controller.rb 37 move model logic into model (@pay_grade use_count > 4)
app/controllers/payheads_controller.rb 52 move model logic into model (@payhead use_count > 4)
app/controllers/payheads_controller.rb 78 move model logic into model (@payhead use_count > 4)
app/controllers/payheads_controller.rb 78 move model logic into model (@accounts use_count > 4)
app/controllers/payment_advice_controller.rb 2 move model logic into model (@company use_count > 4)
app/controllers/payment_vouchers_controller.rb 40 move model logic into model (@company use_count > 4)
app/controllers/payment_vouchers_controller.rb 55 move model logic into model (@company use_count > 4)
app/controllers/payment_vouchers_controller.rb 69 move model logic into model (@payment_voucher use_count > 4)
app/controllers/payment_vouchers_controller.rb 69 move model logic into model (@company use_count > 4)
app/controllers/payment_vouchers_controller.rb 69 move model logic into model (format use_count > 4)
app/controllers/payment_vouchers_controller.rb 106 move model logic into model (@payment_voucher use_count > 4)
app/controllers/payment_vouchers_controller.rb 106 move model logic into model (@company use_count > 4)
app/controllers/payment_vouchers_controller.rb 106 move model logic into model (format use_count > 4)
app/controllers/payment_vouchers_controller.rb 144 move model logic into model (@payment_voucher use_count > 4)
app/controllers/payment_vouchers_controller.rb 162 move model logic into model (@payment_voucher use_count > 4)
app/controllers/payment_vouchers_controller.rb 228 move model logic into model (@payment_voucher use_count > 4)
app/controllers/payment_vouchers_controller.rb 228 move model logic into model (vendor use_count > 4)
app/controllers/payment_vouchers_controller.rb 236 move model logic into model (vendor use_count > 4)
app/controllers/payroll_details_controller.rb 3 move model logic into model (@company use_count > 4)
app/controllers/payroll_execution_jobs_controller.rb 2 move model logic into model (Time use_count > 4)
app/controllers/payroll_execution_jobs_controller.rb 2 move model logic into model (@company use_count > 4)
app/controllers/payroll_execution_jobs_controller.rb 20 move model logic into model (@payroll_detail use_count > 4)
app/controllers/payroll_execution_jobs_controller.rb 20 move model logic into model (@company use_count > 4)
app/controllers/pbreferrals_controller.rb 42 move model logic into model (@referral_emails use_count > 4)
app/controllers/pbreferrals_controller.rb 42 move model logic into model (coupon use_count > 4)
app/controllers/pbreferrals_controller.rb 42 move model logic into model (@pbreferral use_count > 4)
app/controllers/policy_documents_controller.rb 79 move model logic into model (@policy_document use_count > 4)
app/controllers/process_payments_controller.rb 3 move model logic into model (@company use_count > 4)
app/controllers/product_imports_controller.rb 106 move model logic into model (imported_file use_count > 4)
app/controllers/products_controller.rb 17 move model logic into model (@product use_count > 4)
app/controllers/products_controller.rb 17 move model logic into model (@company use_count > 4)
app/controllers/products_controller.rb 34 move model logic into model (@product_hsn_codes use_count > 4)
app/controllers/products_controller.rb 49 move model logic into model (@product use_count > 4)
app/controllers/products_controller.rb 49 move model logic into model (@company use_count > 4)
app/controllers/products_controller.rb 78 move model logic into model (@product use_count > 4)
app/controllers/products_controller.rb 101 move model logic into model (@product use_count > 4)
app/controllers/products_controller.rb 101 move model logic into model (@company use_count > 4)
app/controllers/products_controller.rb 101 move model logic into model (stock use_count > 4)
app/controllers/products_controller.rb 142 move model logic into model (@product use_count > 4)
app/controllers/products_controller.rb 181 move model logic into model (@company use_count > 4)
app/controllers/products_controller.rb 181 move model logic into model (index use_count > 4)
app/controllers/products_controller.rb 181 move model logic into model (batch_value use_count > 4)
app/controllers/projects_controller.rb 26 move model logic into model (@vouchers use_count > 4)
app/controllers/projects_controller.rb 70 move model logic into model (format use_count > 4)
app/controllers/projects_controller.rb 89 move model logic into model (format use_count > 4)
app/controllers/projects_controller.rb 107 move model logic into model (@project use_count > 4)
app/controllers/purchase_orders_controller.rb 70 move model logic into model (@company use_count > 4)
app/controllers/purchase_orders_controller.rb 89 move model logic into model (@company use_count > 4)
app/controllers/purchase_orders_controller.rb 106 move model logic into model (@purchase_order use_count > 4)
app/controllers/purchase_orders_controller.rb 106 move model logic into model (@company use_count > 4)
app/controllers/purchase_orders_controller.rb 136 move model logic into model (@purchase_order use_count > 4)
app/controllers/purchase_orders_controller.rb 136 move model logic into model (@company use_count > 4)
app/controllers/purchase_orders_controller.rb 161 move model logic into model (@purchase_order use_count > 4)
app/controllers/purchase_orders_controller.rb 180 move model logic into model (@purchase_order use_count > 4)
app/controllers/purchases_controller.rb 12 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 24 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 48 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 48 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 103 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 103 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 103 move model logic into model (line_item use_count > 4)
app/controllers/purchases_controller.rb 135 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 135 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 135 move model logic into model (line_item use_count > 4)
app/controllers/purchases_controller.rb 135 move model logic into model (format use_count > 4)
app/controllers/purchases_controller.rb 189 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 210 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 218 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 218 move model logic into model (line_item use_count > 4)
app/controllers/purchases_controller.rb 218 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 251 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 251 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 295 move model logic into model (@purchase use_count > 4)
app/controllers/purchases_controller.rb 295 move model logic into model (@company use_count > 4)
app/controllers/purchases_controller.rb 295 move model logic into model (line_item use_count > 4)
app/controllers/receipt_vouchers_controller.rb 41 move model logic into model (@company use_count > 4)
app/controllers/receipt_vouchers_controller.rb 61 move model logic into model (@company use_count > 4)
app/controllers/receipt_vouchers_controller.rb 76 move model logic into model (@receipt_voucher use_count > 4)
app/controllers/receipt_vouchers_controller.rb 76 move model logic into model (@company use_count > 4)
app/controllers/receipt_vouchers_controller.rb 76 move model logic into model (format use_count > 4)
app/controllers/receipt_vouchers_controller.rb 126 move model logic into model (@receipt_voucher use_count > 4)
app/controllers/receipt_vouchers_controller.rb 126 move model logic into model (@company use_count > 4)
app/controllers/receipt_vouchers_controller.rb 126 move model logic into model (format use_count > 4)
app/controllers/receipt_vouchers_controller.rb 187 move model logic into model (@company use_count > 4)
app/controllers/receipt_vouchers_controller.rb 187 move model logic into model (srange use_count > 4)
app/controllers/receipt_vouchers_controller.rb 187 move model logic into model (erange use_count > 4)
app/controllers/receipt_vouchers_controller.rb 187 move model logic into model (params[invoice_amount] use_count > 4)
app/controllers/receipt_vouchers_controller.rb 279 move model logic into model (customer use_count > 4)
app/controllers/receipt_vouchers_controller.rb 288 move model logic into model (@receipt_voucher use_count > 4)
app/controllers/receive_cashes_controller.rb 45 move model logic into model (@receive_cash use_count > 4)
app/controllers/reimbursement_notes_controller.rb 24 move model logic into model (@company use_count > 4)
app/controllers/reimbursement_notes_controller.rb 38 move model logic into model (@company use_count > 4)
app/controllers/reimbursement_notes_controller.rb 48 move model logic into model (@company use_count > 4)
app/controllers/reimbursement_notes_controller.rb 102 move model logic into model (@debit_note use_count > 4)
app/controllers/reimbursement_vouchers_controller.rb 34 move model logic into model (@company use_count > 4)
app/controllers/reimbursement_vouchers_controller.rb 49 move model logic into model (@company use_count > 4)
app/controllers/reimbursement_vouchers_controller.rb 63 move model logic into model (@reimbursement_voucher use_count > 4)
app/controllers/reimbursement_vouchers_controller.rb 63 move model logic into model (@company use_count > 4)
app/controllers/reimbursement_vouchers_controller.rb 84 move model logic into model (@reimbursement_voucher use_count > 4)
app/controllers/reimbursement_vouchers_controller.rb 84 move model logic into model (@company use_count > 4)
app/controllers/saccountings_controller.rb 48 move model logic into model (@company use_count > 4)
app/controllers/saccountings_controller.rb 58 move model logic into model (@saccounting use_count > 4)
app/controllers/saccountings_controller.rb 58 move model logic into model (@company use_count > 4)
app/controllers/saccountings_controller.rb 79 move model logic into model (@saccounting use_count > 4)
app/controllers/saccountings_controller.rb 79 move model logic into model (@company use_count > 4)
app/controllers/saccountings_controller.rb 103 move model logic into model (@saccounting use_count > 4)
app/controllers/salary_slip_controller.rb 16 move model logic into model (@month use_count > 4)
app/controllers/salary_slip_controller.rb 16 move model logic into model (salary use_count > 4)
app/controllers/salary_structures_controller.rb 66 move model logic into model (@salary_structure use_count > 4)
app/controllers/salary_structures_controller.rb 94 move model logic into model (@salary_structure use_count > 4)
app/controllers/salary_structures_controller.rb 94 move model logic into model (@company use_count > 4)
app/controllers/salary_structures_controller.rb 94 move model logic into model (format use_count > 4)
app/controllers/salary_structures_controller.rb 153 move model logic into model (@payhead use_count > 4)
app/controllers/sales_order_reports_controller.rb 3 move model logic into model (@company use_count > 4)
app/controllers/sales_orders_controller.rb 18 move model logic into model (@sales_order use_count > 4)
app/controllers/sales_orders_controller.rb 36 move model logic into model (@company use_count > 4)
app/controllers/sales_orders_controller.rb 53 move model logic into model (@company use_count > 4)
app/controllers/sales_orders_controller.rb 71 move model logic into model (@company use_count > 4)
app/controllers/sales_orders_controller.rb 94 move model logic into model (@sales_order use_count > 4)
app/controllers/sales_orders_controller.rb 94 move model logic into model (@company use_count > 4)
app/controllers/sales_orders_controller.rb 131 move model logic into model (@sales_order use_count > 4)
app/controllers/settings_controller.rb 15 move model logic into model (@company use_count > 4)
app/controllers/settings_controller.rb 56 move model logic into model (@company use_count > 4)
app/controllers/settings_controller.rb 93 move model logic into model (@company use_count > 4)
app/controllers/settings_controller.rb 166 move model logic into model (@company use_count > 4)
app/controllers/settings_controller.rb 201 move model logic into model (@company use_count > 4)
app/controllers/settings_controller.rb 238 move model logic into model (@company use_count > 4)
app/controllers/signup_controller.rb 34 move model logic into model (@company use_count > 4)
app/controllers/signup_controller.rb 34 move model logic into model ( use_count > 4)
app/controllers/signup_controller.rb 34 move model logic into model (pbreferral use_count > 4)
app/controllers/stock_receipt_vouchers_controller.rb 75 move model logic into model (@stock_receipt_voucher use_count > 4)
app/controllers/stock_receipt_vouchers_controller.rb 100 move model logic into model (@stock_receipt_voucher use_count > 4)
app/controllers/stock_wastage_vouchers_controller.rb 50 move model logic into model (@stock_wastage_voucher use_count > 4)
app/controllers/supports_controller.rb 57 move model logic into model (@support use_count > 4)
app/controllers/supports_controller.rb 86 move model logic into model (@support use_count > 4)
app/controllers/tasks_controller.rb 7 move model logic into model (Task use_count > 4)
app/controllers/tasks_controller.rb 7 move model logic into model (@current_user use_count > 4)
app/controllers/tasks_controller.rb 7 move model logic into model (@company use_count > 4)
app/controllers/tasks_controller.rb 88 move model logic into model (format use_count > 4)
app/controllers/tasks_controller.rb 110 move model logic into model (@task use_count > 4)
app/controllers/tasks_controller.rb 130 move model logic into model (@task use_count > 4)
app/controllers/tds_payment_vouchers_controller.rb 49 move model logic into model (@tds_payment_voucher use_count > 4)
app/controllers/tds_payment_vouchers_controller.rb 72 move model logic into model (@tds_payment_voucher use_count > 4)
app/controllers/transfer_cashes_controller.rb 34 move model logic into model (TransactionType use_count > 4)
app/controllers/transfer_cashes_controller.rb 34 move model logic into model (@company use_count > 4)
app/controllers/transfer_cashes_controller.rb 34 move model logic into model (AccountHead use_count > 4)
app/controllers/transfer_cashes_controller.rb 60 move model logic into model (@company use_count > 4)
app/controllers/transfer_cashes_controller.rb 70 move model logic into model (@transfer_cash use_count > 4)
app/controllers/transfer_cashes_controller.rb 70 move model logic into model (@company use_count > 4)
app/controllers/transfer_cashes_controller.rb 70 move model logic into model (TransactionType use_count > 4)
app/controllers/transfer_cashes_controller.rb 70 move model logic into model (AccountHead use_count > 4)
app/controllers/transfer_cashes_controller.rb 104 move model logic into model (@transfer_cash use_count > 4)
app/controllers/transfer_cashes_controller.rb 104 move model logic into model (@company use_count > 4)
app/controllers/transfer_cashes_controller.rb 125 move model logic into model (@transfer_cash use_count > 4)
app/controllers/transfer_cashes_controller.rb 144 move model logic into model (@transfer_cash use_count > 4)
app/controllers/users_controller.rb 24 move model logic into model (@user use_count > 4)
app/controllers/users_controller.rb 54 move model logic into model (@user use_count > 4)
app/controllers/users_controller.rb 76 move model logic into model (@user use_count > 4)
app/controllers/users_controller.rb 99 move model logic into model (@company use_count > 4)
app/controllers/users_controller.rb 153 move model logic into model (user use_count > 4)
app/controllers/users_controller.rb 153 move model logic into model ( use_count > 4)
app/controllers/users_controller.rb 223 move model logic into model (@user use_count > 4)
app/controllers/users_controller.rb 240 move model logic into model (@user use_count > 4)
app/controllers/users_controller.rb 258 move model logic into model (user use_count > 4)
app/controllers/users_controller.rb 277 move model logic into model (user use_count > 4)
app/controllers/users_controller.rb 297 move model logic into model (@user use_count > 4)
app/controllers/users_controller.rb 297 move model logic into model (@company use_count > 4)
app/controllers/users_controller.rb 339 move model logic into model (format use_count > 4)
app/controllers/vendors_controller.rb 16 move model logic into model (@vendor use_count > 4)
app/controllers/vendors_controller.rb 44 move model logic into model (@vendor use_count > 4)
app/controllers/vendors_controller.rb 64 move model logic into model (@vendor use_count > 4)
app/controllers/vendors_controller.rb 78 move model logic into model (@vendor use_count > 4)
app/controllers/vendors_controller.rb 102 move model logic into model (@vendor use_count > 4)
app/controllers/vendors_controller.rb 102 move model logic into model (format use_count > 4)
app/controllers/vendors_controller.rb 134 move model logic into model (@vendor use_count > 4)
app/controllers/vertical_balance_sheet_controller.rb 2 move model logic into model (@company use_count > 4)
app/controllers/vertical_balance_sheet_controller.rb 2 move model logic into model (FinalAccount use_count > 4)
app/controllers/vertical_profit_and_loss_controller.rb 2 move model logic into model (@company use_count > 4)
app/controllers/vertical_profit_and_loss_controller.rb 2 move model logic into model (FinalAccount use_count > 4)
app/controllers/warehouses_controller.rb 73 move model logic into model (@warehouse use_count > 4)
app/controllers/webhook_controller.rb 5 move model logic into model (company use_count > 4)
app/controllers/webhook_controller.rb 5 move model logic into model (@webhook_payments use_count > 4)
app/controllers/webhook_controller.rb 5 move model logic into model (@expense use_count > 4)
app/controllers/webhook_controller.rb 64 move model logic into model (company use_count > 4)
app/controllers/webhook_controller.rb 64 move model logic into model (@webhook_payments use_count > 4)
app/controllers/webhook_controller.rb 64 move model logic into model (@expense use_count > 4)
app/controllers/webinars_controller.rb 49 move model logic into model (@webinar use_count > 4)
app/controllers/withdrawals_controller.rb 34 move model logic into model (TransactionType use_count > 4)
app/controllers/withdrawals_controller.rb 34 move model logic into model (@company use_count > 4)
app/controllers/withdrawals_controller.rb 34 move model logic into model (AccountHead use_count > 4)
app/controllers/withdrawals_controller.rb 60 move model logic into model (@company use_count > 4)
app/controllers/withdrawals_controller.rb 71 move model logic into model (@withdrawal use_count > 4)
app/controllers/withdrawals_controller.rb 71 move model logic into model (@company use_count > 4)
app/controllers/withdrawals_controller.rb 71 move model logic into model (format use_count > 4)
app/controllers/withdrawals_controller.rb 71 move model logic into model (TransactionType use_count > 4)
app/controllers/withdrawals_controller.rb 71 move model logic into model (AccountHead use_count > 4)
app/controllers/withdrawals_controller.rb 114 move model logic into model (@withdrawal use_count > 4)
app/controllers/withdrawals_controller.rb 114 move model logic into model (@company use_count > 4)
app/controllers/withdrawals_controller.rb 136 move model logic into model (@withdrawal use_count > 4)
app/controllers/withdrawals_controller.rb 155 move model logic into model (@withdrawal use_count > 4)
app/models/invoice.rb 661 not rescue Exception
app/models/ledger.rb 219 not rescue Exception
app/models/ledger.rb 238 not rescue Exception
app/models/payroll_finalisation.rb 27 not rescue Exception
app/models/payroll_processing.rb 45 not rescue Exception
app/models/purchase.rb 423 not rescue Exception
app/controllers/application_controller.rb 74 not rescue Exception
app/controllers/attendances_controller.rb 72 not rescue Exception
app/controllers/signup_controller.rb 78 not rescue Exception
lib/tasks/gst.rake 15 not rescue Exception
lib/tasks/invoice.rake 16 not rescue Exception
lib/tasks/invoice.rake 51 not rescue Exception
lib/tasks/invoice.rake 69 not rescue Exception
lib/tasks/invoice.rake 135 not rescue Exception
lib/tasks/invoice.rake 281 not rescue Exception
lib/tasks/payroll.rake 50 not rescue Exception
lib/tasks/payroll_hardreset.rake 53 not rescue Exception
lib/tasks/product.rake 47 not rescue Exception
lib/tasks/product.rake 64 not rescue Exception
lib/tasks/product.rake 95 not rescue Exception
lib/tasks/product.rake 169 not rescue Exception
lib/tasks/product.rake 313 not rescue Exception
lib/tasks/purchase.rake 51 not rescue Exception
lib/tasks/settings.rake 170 not rescue Exception
lib/tasks/settings.rake 181 not rescue Exception
lib/tasks/settings.rake 192 not rescue Exception
app/views/my_organisation/_announcement.html.erb 3 not use time_ago_in_words
app/views/notes/show.html.erb 37 not use time_ago_in_words
app/views/organisation_announcements/_announcement.html.erb 3 not use time_ago_in_words
app/views/organisation_announcements/_organisation_announcement.html.erb 3 not use time_ago_in_words
app/models/account_head.rb 1 protect mass assignment
app/models/account_history.rb 1 protect mass assignment
app/models/announcement.rb 1 protect mass assignment
app/models/assignment.rb 1 protect mass assignment
app/models/attendance.rb 1 protect mass assignment
app/models/auditor_assignment.rb 1 protect mass assignment
app/models/bank_account.rb 1 protect mass assignment
app/models/bank_statement_headers.rb 1 protect mass assignment
app/models/billing_invoice.rb 1 protect mass assignment
app/models/billing_invoice_sequence.rb 1 protect mass assignment
app/models/billing_line_item.rb 1 protect mass assignment
app/models/blog_category.rb 1 protect mass assignment
app/models/blog_post.rb 1 protect mass assignment
app/models/branch.rb 1 protect mass assignment
app/models/campaign.rb 1 protect mass assignment
app/models/capital_account.rb 1 protect mass assignment
app/models/cash_account.rb 1 protect mass assignment
app/models/cash_free_setting.rb 1 protect mass assignment
app/models/cashfree_payment_link.rb 1 protect mass assignment
app/models/cashfree_response.rb 1 protect mass assignment
app/models/channel.rb 1 protect mass assignment
app/models/company_asset.rb 1 protect mass assignment
app/models/company_auditor.rb 1 protect mass assignment
app/models/company_currency.rb 1 protect mass assignment
app/models/company_note.rb 1 protect mass assignment
app/models/company_template.rb 1 protect mass assignment
app/models/contact.rb 1 protect mass assignment
app/models/country.rb 1 protect mass assignment
app/models/country_company.rb 1 protect mass assignment
app/models/coupon.rb 1 protect mass assignment
app/models/coupon_transaction.rb 1 protect mass assignment
app/models/credit_note.rb 1 protect mass assignment
app/models/credit_note_sequence.rb 1 protect mass assignment
app/models/currency.rb 1 protect mass assignment
app/models/current_asset.rb 1 protect mass assignment
app/models/current_liability.rb 1 protect mass assignment
app/models/custom_field.rb 1 protect mass assignment
app/models/customer_import.rb 1 protect mass assignment
app/models/customer_relationship.rb 1 protect mass assignment
app/models/dashboard.rb 1 protect mass assignment
app/models/debit_note.rb 1 protect mass assignment
app/models/debit_note_sequence.rb 1 protect mass assignment
app/models/deferred_tax_asset_or_liability.rb 1 protect mass assignment
app/models/delivery_challan_sequence.rb 1 protect mass assignment
app/models/department.rb 1 protect mass assignment
app/models/deposit.rb 1 protect mass assignment
app/models/deposit_account.rb 1 protect mass assignment
app/models/deposit_sequence.rb 1 protect mass assignment
app/models/designation.rb 1 protect mass assignment
app/models/direct_expense_account.rb 1 protect mass assignment
app/models/direct_income_account.rb 1 protect mass assignment
app/models/duties_and_taxes_accounts.rb 1 protect mass assignment
app/models/email_action.rb 1 protect mass assignment
app/models/email_template.rb 1 protect mass assignment
app/models/employee.rb 1 protect mass assignment
app/models/employee_goal.rb 1 protect mass assignment
app/models/estimate_history.rb 1 protect mass assignment
app/models/estimate_sequence.rb 1 protect mass assignment
app/models/estimate_tax.rb 1 protect mass assignment
app/models/expense_sequence.rb 1 protect mass assignment
app/models/expense_tax.rb 1 protect mass assignment
app/models/expenses_payment.rb 1 protect mass assignment
app/models/feedback.rb 1 protect mass assignment
app/models/final_account.rb 1 protect mass assignment
app/models/financial_year.rb 1 protect mass assignment
app/models/financial_year_log.rb 1 protect mass assignment
app/models/finished_good.rb 1 protect mass assignment
app/models/fixed_asset.rb 1 protect mass assignment
app/models/grant.rb 1 protect mass assignment
app/models/gst_category.rb 1 protect mass assignment
app/models/help.rb 1 protect mass assignment
app/models/holiday.rb 1 protect mass assignment
app/models/hsn_chapter.rb 1 protect mass assignment
app/models/hsn_code.rb 1 protect mass assignment
app/models/import_file.rb 1 protect mass assignment
app/models/income_voucher_sequence.rb 1 protect mass assignment
app/models/indirect_expense_account.rb 1 protect mass assignment
app/models/indirect_income_account.rb 1 protect mass assignment
app/models/instamojo_payment_link.rb 1 protect mass assignment
app/models/instamojo_payments.rb 1 protect mass assignment
app/models/inventory.rb 1 protect mass assignment
app/models/inventory_setting.rb 1 protect mass assignment
app/models/investment_account.rb 1 protect mass assignment
app/models/invitation_detail.rb 1 protect mass assignment
app/models/invoice_attachment.rb 1 protect mass assignment
app/models/invoice_credit_allocation.rb 1 protect mass assignment
app/models/invoice_history.rb 1 protect mass assignment
app/models/invoice_ledgers.rb 1 protect mass assignment
app/models/invoice_return_sequence.rb 1 protect mass assignment
app/models/invoice_return_tax.rb 1 protect mass assignment
app/models/invoice_sales_order.rb 1 protect mass assignment
app/models/invoice_setting.rb 1 protect mass assignment
app/models/invoice_status.rb 1 protect mass assignment
app/models/invoice_tax.rb 1 protect mass assignment
app/models/invoices_receipt.rb 1 protect mass assignment
app/models/issue_raw_material.rb 1 protect mass assignment
app/models/job.rb 1 protect mass assignment
app/models/journal.rb 1 protect mass assignment
app/models/journal_import.rb 1 protect mass assignment
app/models/journal_import_line_item.rb 1 protect mass assignment
app/models/journal_line_item.rb 1 protect mass assignment
app/models/journal_sequence.rb 1 protect mass assignment
app/models/journal_to_line_item.rb 1 protect mass assignment
app/models/label.rb 1 protect mass assignment
app/models/lead_activity.rb 1 protect mass assignment
app/models/leave.rb 1 protect mass assignment
app/models/leave_card.rb 1 protect mass assignment
app/models/leave_request.rb 1 protect mass assignment
app/models/leave_type.rb 1 protect mass assignment
app/models/ledger.rb 1 protect mass assignment
app/models/line_item.rb 1 protect mass assignment
app/models/loan_account.rb 1 protect mass assignment
app/models/loans_advances_account.rb 1 protect mass assignment
app/models/master_objective.rb 1 protect mass assignment
app/models/mca_record.rb 1 protect mass assignment
app/models/mca_record_status.rb 1 protect mass assignment
app/models/message.rb 1 protect mass assignment
app/models/note.rb 1 protect mass assignment
app/models/organisation_announcement.rb 1 protect mass assignment
app/models/other_current_asset.rb 1 protect mass assignment
app/models/paid_line_item.rb 1 protect mass assignment
app/models/payhead.rb 1 protect mass assignment
app/models/payhead_type.rb 1 protect mass assignment
app/models/payment.rb 1 protect mass assignment
app/models/payment_gateway.rb 1 protect mass assignment
app/models/payment_transaction.rb 1 protect mass assignment
app/models/payment_voucher_sequence.rb 1 protect mass assignment
app/models/payroll_detail.rb 1 protect mass assignment
app/models/payroll_execution_job.rb 1 protect mass assignment
app/models/payroll_setting.rb 1 protect mass assignment
app/models/pbreferral.rb 1 protect mass assignment
app/models/plan.rb 17 protect mass assignment
app/models/plan_property.rb 1 protect mass assignment
app/models/process_payroll.rb 1 protect mass assignment
app/models/product_batch.rb 1 protect mass assignment
app/models/product_history.rb 1 protect mass assignment
app/models/product_pricing_level.rb 1 protect mass assignment
app/models/product_setting.rb 1 protect mass assignment
app/models/profitbooks_workstream.rb 1 protect mass assignment
app/models/project.rb 1 protect mass assignment
app/models/provision_account.rb 1 protect mass assignment
app/models/purchase_account.rb 1 protect mass assignment
app/models/purchase_attachment.rb 1 protect mass assignment
app/models/purchase_debit_allocation.rb 1 protect mass assignment
app/models/purchase_order.rb 1 protect mass assignment
app/models/purchase_order_sequence.rb 1 protect mass assignment
app/models/purchase_order_tax.rb 1 protect mass assignment
app/models/purchase_return_sequence.rb 1 protect mass assignment
app/models/purchase_return_tax.rb 1 protect mass assignment
app/models/purchase_sequence.rb 1 protect mass assignment
app/models/purchase_tax.rb 1 protect mass assignment
app/models/purchase_warehouse_detail.rb 1 protect mass assignment
app/models/purchases_payment.rb 1 protect mass assignment
app/models/receipt_voucher_sequence.rb 1 protect mass assignment
app/models/receive_cash.rb 1 protect mass assignment
app/models/recursion.rb 1 protect mass assignment
app/models/recursive_invoice.rb 1 protect mass assignment
app/models/reimbursement_note.rb 1 protect mass assignment
app/models/reimbursement_note_attachment.rb 1 protect mass assignment
app/models/reimbursement_note_line_item.rb 1 protect mass assignment
app/models/reimbursement_note_sequence.rb 1 protect mass assignment
app/models/reimbursement_voucher_line_item.rb 1 protect mass assignment
app/models/reimbursement_voucher_sequence.rb 1 protect mass assignment
app/models/reserves_and_surplus_account.rb 1 protect mass assignment
app/models/right.rb 1 protect mass assignment
app/models/role.rb 1 protect mass assignment
app/models/saccounting.rb 1 protect mass assignment
app/models/saccounting_line_item.rb 1 protect mass assignment
app/models/saccounting_sequence.rb 1 protect mass assignment
app/models/saccounting_to_line_item.rb 1 protect mass assignment
app/models/salaries.rb 1 protect mass assignment
app/models/salary.rb 1 protect mass assignment
app/models/salary_computation_result.rb 1 protect mass assignment
app/models/salary_structure.rb 1 protect mass assignment
app/models/salary_structure_history.rb 1 protect mass assignment
app/models/salary_structure_history_line_item.rb 1 protect mass assignment
app/models/salary_structure_line_item.rb 1 protect mass assignment
app/models/sales_account.rb 1 protect mass assignment
app/models/sales_order_sequence.rb 1 protect mass assignment
app/models/sales_order_tax.rb 1 protect mass assignment
app/models/sales_warehouse_detail.rb 1 protect mass assignment
app/models/secured_loan_account.rb 1 protect mass assignment
app/models/state.rb 1 protect mass assignment
app/models/stock.rb 1 protect mass assignment
app/models/stock_history.rb 1 protect mass assignment
app/models/stock_issue_line_item.rb 1 protect mass assignment
app/models/stock_issue_voucher.rb 1 protect mass assignment
app/models/stock_issue_voucher_sequence.rb 1 protect mass assignment
app/models/stock_ledger.rb 1 protect mass assignment
app/models/stock_receipt_voucher.rb 1 protect mass assignment
app/models/stock_receipt_voucher_sequence.rb 1 protect mass assignment
app/models/stock_transfer_line_item.rb 1 protect mass assignment
app/models/stock_transfer_voucher.rb 1 protect mass assignment
app/models/stock_transfer_voucher_sequence.rb 1 protect mass assignment
app/models/stock_wastage_line_item.rb 1 protect mass assignment
app/models/stock_wastage_voucher.rb 1 protect mass assignment
app/models/stock_wastage_voucher_sequence.rb 1 protect mass assignment
app/models/subscription.rb 22 protect mass assignment
app/models/subscription_history.rb 1 protect mass assignment
app/models/sundry_creditor.rb 1 protect mass assignment
app/models/support.rb 1 protect mass assignment
app/models/suspense_account.rb 1 protect mass assignment
app/models/task.rb 1 protect mass assignment
app/models/template.rb 1 protect mass assignment
app/models/template_margin.rb 1 protect mass assignment
app/models/timesheet_line_item.rb 1 protect mass assignment
app/models/transaction_sequence.rb 1 protect mass assignment
app/models/transfer_cash.rb 1 protect mass assignment
app/models/transfer_cash_sequence.rb 1 protect mass assignment
app/models/unsecured_loan_account.rb 1 protect mass assignment
app/models/user_information.rb 1 protect mass assignment
app/models/user_referral.rb 1 protect mass assignment
app/models/user_salary_detail.rb 1 protect mass assignment
app/models/usernote.rb 1 protect mass assignment
app/models/variable_payhead_detail.rb 1 protect mass assignment
app/models/vendor_import.rb 1 protect mass assignment
app/models/voucher.rb 1 protect mass assignment
app/models/voucher_setting.rb 1 protect mass assignment
app/models/voucher_title.rb 1 protect mass assignment
app/models/webhook_payments.rb 1 protect mass assignment
app/models/webinar.rb 1 protect mass assignment
app/models/withdrawal.rb 1 protect mass assignment
app/models/withdrawal_sequence.rb 1 protect mass assignment
app/models/workstream.rb 1 protect mass assignment
app/models/year.rb 1 protect mass assignment
app/helpers/account_heads_helper.rb 1 remove empty helpers
app/helpers/admin/announcements_helper.rb 1 remove empty helpers
app/helpers/admin/blog_categories_helper.rb 1 remove empty helpers
app/helpers/admin/blog_posts_helper.rb 1 remove empty helpers
app/helpers/admin/campaigns_helper.rb 1 remove empty helpers
app/helpers/admin/channel_helper.rb 1 remove empty helpers
app/helpers/admin/channels_helper.rb 1 remove empty helpers
app/helpers/admin/companies_helper.rb 1 remove empty helpers
app/helpers/admin/contact_details_helper.rb 1 remove empty helpers
app/helpers/admin/coupons_helper.rb 1 remove empty helpers
app/helpers/admin/customer_relationships_helper.rb 1 remove empty helpers
app/helpers/admin/dashboard_helper.rb 1 remove empty helpers
app/helpers/admin/email_templates_helper.rb 1 remove empty helpers
app/helpers/admin/leads_helper.rb 1 remove empty helpers
app/helpers/admin/login_helper.rb 1 remove empty helpers
app/helpers/admin/plans_helper.rb 1 remove empty helpers
app/helpers/admin/super_users_helper.rb 1 remove empty helpers
app/helpers/admin/supports_helper.rb 1 remove empty helpers
app/helpers/admin/users_helper.rb 1 remove empty helpers
app/helpers/admin/webinar_helper.rb 1 remove empty helpers
app/helpers/admin/workstream_helper.rb 1 remove empty helpers
app/helpers/attendances_helper.rb 1 remove empty helpers
app/helpers/auditor_login_helper.rb 1 remove empty helpers
app/helpers/auditors_helper.rb 1 remove empty helpers
app/helpers/bank_book_helper.rb 1 remove empty helpers
app/helpers/bank_reconciliation_helper.rb 1 remove empty helpers
app/helpers/banking_helper.rb 1 remove empty helpers
app/helpers/billing_helper.rb 1 remove empty helpers
app/helpers/billing_history_helper.rb 1 remove empty helpers
app/helpers/billing_invoices_helper.rb 1 remove empty helpers
app/helpers/bills_payable_helper.rb 1 remove empty helpers
app/helpers/bills_receivable_helper.rb 1 remove empty helpers
app/helpers/blog_categories_helper.rb 1 remove empty helpers
app/helpers/blog_helper.rb 1 remove empty helpers
app/helpers/blog_posts_helper.rb 1 remove empty helpers
app/helpers/cash_book_helper.rb 1 remove empty helpers
app/helpers/comments_helper.rb 1 remove empty helpers
app/helpers/companies_helper.rb 1 remove empty helpers
app/helpers/company_assets_helper.rb 1 remove empty helpers
app/helpers/contacts_helper.rb 1 remove empty helpers
app/helpers/credit_note_register_helper.rb 1 remove empty helpers
app/helpers/credit_notes_helper.rb 1 remove empty helpers
app/helpers/custom_fields_helper.rb 1 remove empty helpers
app/helpers/customer_imports_helper.rb 1 remove empty helpers
app/helpers/customers_helper.rb 1 remove empty helpers
app/helpers/daybook_helper.rb 1 remove empty helpers
app/helpers/db_helper.rb 1 remove empty helpers
app/helpers/debit_note_register_helper.rb 1 remove empty helpers
app/helpers/debit_notes_helper.rb 1 remove empty helpers
app/helpers/debtor_aging_helper.rb 1 remove empty helpers
app/helpers/departments_helper.rb 1 remove empty helpers
app/helpers/deposits_helper.rb 1 remove empty helpers
app/helpers/designations_helper.rb 1 remove empty helpers
app/helpers/documents_helper.rb 1 remove empty helpers
app/helpers/email_actions_helper.rb 1 remove empty helpers
app/helpers/email_template_helper.rb 1 remove empty helpers
app/helpers/employee_breakup_helper.rb 1 remove empty helpers
app/helpers/employee_goals_helper.rb 1 remove empty helpers
app/helpers/employee_profile_helper.rb 1 remove empty helpers
app/helpers/employees_helper.rb 1 remove empty helpers
app/helpers/estimate_line_items_helper.rb 1 remove empty helpers
app/helpers/expenses_report_helper.rb 1 remove empty helpers
app/helpers/feedbacks_helper.rb 1 remove empty helpers
app/helpers/finished_goods_helper.rb 1 remove empty helpers
app/helpers/folders_helper.rb 1 remove empty helpers
app/helpers/gain_or_loss_report_helper.rb 1 remove empty helpers
app/helpers/goods_and_services_tax_helper.rb 1 remove empty helpers
app/helpers/gratuity_report_helper.rb 1 remove empty helpers
app/helpers/gst_invoices_helper.rb 1 remove empty helpers
app/helpers/helps_helper.rb 1 remove empty helpers
app/helpers/holidays_helper.rb 1 remove empty helpers
app/helpers/home_helper.rb 1 remove empty helpers
app/helpers/income_tax_computation_helper.rb 1 remove empty helpers
app/helpers/income_tax_form_16_helper.rb 1 remove empty helpers
app/helpers/income_vouchers_helper.rb 1 remove empty helpers
app/helpers/inventories_helper.rb 1 remove empty helpers
app/helpers/invitation_details_helper.rb 1 remove empty helpers
app/helpers/invoice_attachments_helper.rb 1 remove empty helpers
app/helpers/invoice_statuses_helper.rb 1 remove empty helpers
app/helpers/issue_raw_materials_helper.rb 1 remove empty helpers
app/helpers/jobs_helper.rb 1 remove empty helpers
app/helpers/journal_imports_helper.rb 1 remove empty helpers
app/helpers/journal_register_helper.rb 1 remove empty helpers
app/helpers/journals_helper.rb 1 remove empty helpers
app/helpers/labels_helper.rb 1 remove empty helpers
app/helpers/leave_approval_helper.rb 1 remove empty helpers
app/helpers/leave_cards_helper.rb 1 remove empty helpers
app/helpers/leave_requests_helper.rb 1 remove empty helpers
app/helpers/leave_types_helper.rb 1 remove empty helpers
app/helpers/ledgers_helper.rb 1 remove empty helpers
app/helpers/login_helper.rb 1 remove empty helpers
app/helpers/low_stock_helper.rb 1 remove empty helpers
app/helpers/master_objectives_helper.rb 1 remove empty helpers
app/helpers/my_organisation_helper.rb 1 remove empty helpers
app/helpers/myfiles_helper.rb 1 remove empty helpers
app/helpers/organisation_announcements_helper.rb 1 remove empty helpers
app/helpers/payhead_types_helper.rb 1 remove empty helpers
app/helpers/payheads_helper.rb 1 remove empty helpers
app/helpers/payment_advice_helper.rb 1 remove empty helpers
app/helpers/payments_helper.rb 1 remove empty helpers
app/helpers/payroll_dashboard_helper.rb 1 remove empty helpers
app/helpers/payroll_execution_jobs_helper.rb 1 remove empty helpers
app/helpers/payroll_register_helper.rb 1 remove empty helpers
app/helpers/payroll_settings_helper.rb 1 remove empty helpers
app/helpers/pbreferrals_helper.rb 1 remove empty helpers
app/helpers/pbservices_helper.rb 1 remove empty helpers
app/helpers/plan_properties_helper.rb 1 remove empty helpers
app/helpers/policy_documents_helper.rb 1 remove empty helpers
app/helpers/process_payments_helper.rb 1 remove empty helpers
app/helpers/process_payrolls_helper.rb 1 remove empty helpers
app/helpers/product_imports_helper.rb 1 remove empty helpers
app/helpers/product_updates_helper.rb 1 remove empty helpers
app/helpers/product_wise_stock_helper.rb 1 remove empty helpers
app/helpers/provident_fund_form_helper.rb 1 remove empty helpers
app/helpers/purchase_attachments_helper.rb 1 remove empty helpers
app/helpers/purchase_return_line_items_helper.rb 1 remove empty helpers
app/helpers/purchase_settlement_helper.rb 1 remove empty helpers
app/helpers/receive_cashes_helper.rb 1 remove empty helpers
app/helpers/registration_helper.rb 1 remove empty helpers
app/helpers/reimbursement_notes_helper.rb 1 remove empty helpers
app/helpers/saccountings_helper.rb 1 remove empty helpers
app/helpers/salary_slip_helper.rb 1 remove empty helpers
app/helpers/salary_structure_histories_helper.rb 1 remove empty helpers
app/helpers/salary_structures_helper.rb 1 remove empty helpers
app/helpers/sales_order_reports_helper.rb 1 remove empty helpers
app/helpers/sales_reports_helper.rb 1 remove empty helpers
app/helpers/settings_helper.rb 1 remove empty helpers
app/helpers/signup_helper.rb 1 remove empty helpers
app/helpers/stock_issue_vouchers_helper.rb 1 remove empty helpers
app/helpers/stock_movement_helper.rb 1 remove empty helpers
app/helpers/stock_receipt_vouchers_helper.rb 1 remove empty helpers
app/helpers/stock_transfer_vouchers_helper.rb 1 remove empty helpers
app/helpers/stock_wastage_line_items_helper.rb 1 remove empty helpers
app/helpers/stock_wastage_register_helper.rb 1 remove empty helpers
app/helpers/stock_wastage_vouchers_helper.rb 1 remove empty helpers
app/helpers/subscription_histories_helper.rb 1 remove empty helpers
app/helpers/sundry_creditor_helper.rb 1 remove empty helpers
app/helpers/supports_helper.rb 1 remove empty helpers
app/helpers/tags_helper.rb 1 remove empty helpers
app/helpers/tasks_helper.rb 1 remove empty helpers
app/helpers/tds_payment_vouchers_helper.rb 1 remove empty helpers
app/helpers/tds_variance_report_helper.rb 1 remove empty helpers
app/helpers/timesheets_helper.rb 1 remove empty helpers
app/helpers/transfer_cashes_helper.rb 1 remove empty helpers
app/helpers/trial_balance_helper.rb 1 remove empty helpers
app/helpers/user_settings_helper.rb 1 remove empty helpers
app/helpers/vendor_imports_helper.rb 1 remove empty helpers
app/helpers/vendors_helper.rb 1 remove empty helpers
app/helpers/vertical_balance_sheet_helper.rb 1 remove empty helpers
app/helpers/vertical_profit_and_loss_helper.rb 1 remove empty helpers
app/helpers/voucher_settings_helper.rb 1 remove empty helpers
app/helpers/voucher_types_helper.rb 1 remove empty helpers
app/helpers/warehouse_wise_stock_helper.rb 1 remove empty helpers
app/helpers/webhook_helper.rb 1 remove empty helpers
app/helpers/webinars_helper.rb 1 remove empty helpers
app/helpers/withdrawals_helper.rb 1 remove empty helpers
app/controllers/accounts_controller.rb 15 remove unused methods (AccountsController#bank_accounts)
app/controllers/accounts_controller.rb 19 remove unused methods (AccountsController#customer_accounts)
app/controllers/accounts_controller.rb 23 remove unused methods (AccountsController#vendor_accounts)
app/controllers/accounts_controller.rb 31 remove unused methods (AccountsController#product_or_service_accounts)
app/controllers/accounts_controller.rb 102 remove unused methods (AccountsController#create_account)
app/controllers/accounts_controller.rb 267 remove unused methods (AccountsController#sundrydebtor_popup)
app/controllers/accounts_controller.rb 372 remove unused methods (AccountsController#add_account)
app/controllers/accounts_controller.rb 405 remove unused methods (AccountsController#account_detail)
app/controllers/admin/leads_controller.rb 175 remove unused methods (Admin::LeadsController#convert_to_unpaid)
app/controllers/admin/super_users_controller.rb 114 remove unused methods (Admin::SuperUsersController#create_super_user)
app/controllers/application_controller.rb 159 remove unused methods (ApplicationController#check_if_allow)
app/controllers/application_controller.rb 188 remove unused methods (ApplicationController#handle_exceptions)
app/controllers/application_controller.rb 203 remove unused methods (ApplicationController#check_messages)
app/controllers/application_controller.rb 207 remove unused methods (ApplicationController#mix_panel_track)
app/controllers/attendances_controller.rb 161 remove unused methods (AttendancesController#create_variable_payhead_detail)
app/controllers/attendances_controller.rb 202 remove unused methods (AttendancesController#update_payroll_execution_detail)
app/controllers/attendances_controller.rb 211 remove unused methods (AttendancesController#update_payroll_execution)
app/controllers/attendances_controller.rb 271 remove unused methods (AttendancesController#menu_title)
app/controllers/auditor_login_controller.rb 61 remove unused methods (AuditorLoginController#proceed_request)
app/controllers/auditor_login_controller.rb 92 remove unused methods (AuditorLoginController#decline_request)
app/controllers/auditors_controller.rb 135 remove unused methods (AuditorsController#add_auditor)
app/controllers/auditors_controller.rb 160 remove unused methods (AuditorsController#resend_invitation)
app/controllers/bank_statements_controller.rb 99 remove unused methods (BankStatementsController#import)
app/controllers/bank_statements_controller.rb 102 remove unused methods (BankStatementsController#file_import)
app/controllers/bank_statements_controller.rb 157 remove unused methods (BankStatementsController#statement_delete)
app/controllers/bank_statements_controller.rb 179 remove unused methods (BankStatementsController#match_transaction)
app/controllers/bank_statements_controller.rb 205 remove unused methods (BankStatementsController#select_transaction)
app/controllers/bank_statements_controller.rb 226 remove unused methods (BankStatementsController#create_other_income)
app/controllers/bank_statements_controller.rb 232 remove unused methods (BankStatementsController#report)
app/controllers/billing_controller.rb 18 remove unused methods (BillingController#upgrade)
app/controllers/billing_controller.rb 216 remove unused methods (BillingController#apply_coupon)
app/controllers/billing_controller.rb 231 remove unused methods (BillingController#apply_earning)
app/controllers/billing_controller.rb 237 remove unused methods (BillingController#plan_details)
app/controllers/billing_controller.rb 241 remove unused methods (BillingController#get_coupon)
app/controllers/branches_controller.rb 89 remove unused methods (BranchesController#get_state)
app/controllers/company_assets_controller.rb 121 remove unused methods (CompanyAssetsController#chose_layout)
app/controllers/credit_notes_controller.rb 11 remove unused methods (CreditNotesController#deleted_credit_note)
app/controllers/credit_notes_controller.rb 124 remove unused methods (CreditNotesController#restore_credit_note)
app/controllers/credit_notes_controller.rb 143 remove unused methods (CreditNotesController#permanent_delete_credit_note)
app/controllers/credit_notes_controller.rb 161 remove unused methods (CreditNotesController#add_account)
app/controllers/credit_notes_controller.rb 173 remove unused methods (CreditNotesController#allocate)
app/controllers/credit_notes_controller.rb 189 remove unused methods (CreditNotesController#remove_allocation)
app/controllers/custom_fields_controller.rb 23 remove unused methods (CustomFieldsController#custom_field_report)
app/controllers/customer_imports_controller.rb 93 remove unused methods (CustomerImportsController#preview)
app/controllers/customer_imports_controller.rb 104 remove unused methods (CustomerImportsController#import_preview)
app/controllers/customer_statements_controller.rb 35 remove unused methods (CustomerStatementsController#email_customer_statement)
app/controllers/dashboard_controller.rb 209 remove unused methods (DashboardController#final_setup_update)
app/controllers/dashboard_controller.rb 221 remove unused methods (DashboardController#final_setup)
app/controllers/dashboard_controller.rb 242 remove unused methods (DashboardController#add_account)
app/controllers/dashboard_controller.rb 288 remove unused methods (DashboardController#set_session)
app/controllers/dashboard_controller.rb 307 remove unused methods (DashboardController#schedule_demo)
app/controllers/db_controller.rb 98 remove unused methods (DbController#download)
app/controllers/db_controller.rb 122 remove unused methods (DbController#create_folder)
app/controllers/debit_notes_controller.rb 123 remove unused methods (DebitNotesController#restore_debit_note)
app/controllers/debit_notes_controller.rb 142 remove unused methods (DebitNotesController#permanent_delete_debit_note)
app/controllers/debit_notes_controller.rb 159 remove unused methods (DebitNotesController#add_account)
app/controllers/debit_notes_controller.rb 171 remove unused methods (DebitNotesController#allocate)
app/controllers/debit_notes_controller.rb 187 remove unused methods (DebitNotesController#remove_allocation)
app/controllers/delivery_challans_controller.rb 100 remove unused methods (DeliveryChallansController#get_product_batches)
app/controllers/deposits_controller.rb 185 remove unused methods (DepositsController#add_account)
app/controllers/designations_controller.rb 111 remove unused methods (DesignationsController#menu_title)
app/controllers/duties_and_taxes_controller.rb 50 remove unused methods (DutiesAndTaxesController#report)
app/controllers/duties_and_taxes_controller.rb 65 remove unused methods (DutiesAndTaxesController#tax_report)
app/controllers/duties_and_taxes_controller.rb 82 remove unused methods (DutiesAndTaxesController#vat_report)
app/controllers/duties_and_taxes_controller.rb 102 remove unused methods (DutiesAndTaxesController#show_modal)
app/controllers/employee_breakup_controller.rb 26 remove unused methods (EmployeeBreakupController#breakup_for_employee)
app/controllers/estimates_controller.rb 48 remove unused methods (EstimatesController#convert_to_so)
app/controllers/estimates_controller.rb 233 remove unused methods (EstimatesController#add_shipping_row)
app/controllers/estimates_controller.rb 247 remove unused methods (EstimatesController#remove_shipping_item)
app/controllers/estimates_controller.rb 251 remove unused methods (EstimatesController#add_account)
app/controllers/estimates_controller.rb 267 remove unused methods (EstimatesController#desc_cost)
app/controllers/estimates_controller.rb 272 remove unused methods (EstimatesController#create_estimate_email)
app/controllers/estimates_controller.rb 277 remove unused methods (EstimatesController#email_estimate)
app/controllers/expenses_controller.rb 65 remove unused methods (ExpensesController#copy_expense)
app/controllers/expenses_controller.rb 206 remove unused methods (ExpensesController#restore_expense)
app/controllers/expenses_controller.rb 224 remove unused methods (ExpensesController#expenses_report)
app/controllers/expenses_controller.rb 233 remove unused methods (ExpensesController#permanent_delete_expense)
app/controllers/expenses_controller.rb 283 remove unused methods (ExpensesController#add_account)
app/controllers/expenses_controller.rb 296 remove unused methods (ExpensesController#account_select)
app/controllers/expenses_report_controller.rb 9 remove unused methods (ExpensesReportController#expenses_report)
app/controllers/folders_controller.rb 89 remove unused methods (FoldersController#chose_layout)
app/controllers/gain_or_loss_report_controller.rb 11 remove unused methods (GainOrLossReportController#currency_wise)
app/controllers/gain_or_loss_report_controller.rb 14 remove unused methods (GainOrLossReportController#customer_wise)
app/controllers/gst_invoices_controller.rb 26 remove unused methods (GstInvoicesController#customer_address)
app/controllers/home_controller.rb 9 remove unused methods (HomeController#features)
app/controllers/home_controller.rb 12 remove unused methods (HomeController#pricing)
app/controllers/home_controller.rb 18 remove unused methods (HomeController#faq)
app/controllers/home_controller.rb 24 remove unused methods (HomeController#terms_of_service)
app/controllers/home_controller.rb 27 remove unused methods (HomeController#privacy_policy)
app/controllers/home_controller.rb 30 remove unused methods (HomeController#new_contact)
app/controllers/home_controller.rb 64 remove unused methods (HomeController#sitemap)
app/controllers/income_vouchers_controller.rb 175 remove unused methods (IncomeVouchersController#permanent_delete_other_income)
app/controllers/income_vouchers_controller.rb 194 remove unused methods (IncomeVouchersController#payment_mode_edit)
app/controllers/income_vouchers_controller.rb 198 remove unused methods (IncomeVouchersController#add_account)
app/controllers/inventory_statements_controller.rb 3 remove unused methods (InventoryStatementsController#stock_statement)
app/controllers/inventory_statements_controller.rb 21 remove unused methods (InventoryStatementsController#product_statement)
app/controllers/inventory_statements_controller.rb 43 remove unused methods (InventoryStatementsController#date_limit_error)
app/controllers/inventory_statements_controller.rb 49 remove unused methods (InventoryStatementsController#find_products)
app/controllers/invoice_settings_controller.rb 92 remove unused methods (InvoiceSettingsController#change_template)
app/controllers/invoice_settings_controller.rb 111 remove unused methods (InvoiceSettingsController#template_margin)
app/controllers/invoice_settings_controller.rb 137 remove unused methods (InvoiceSettingsController#instamojo_settings)
app/controllers/invoice_settings_controller.rb 166 remove unused methods (InvoiceSettingsController#cashfree_settings)
app/controllers/invoices_controller.rb 18 remove unused methods (InvoicesController#batch_details)
app/controllers/invoices_controller.rb 22 remove unused methods (InvoicesController#take_batch_quantity)
app/controllers/invoices_controller.rb 40 remove unused methods (InvoicesController#recursive_invoices)
app/controllers/invoices_controller.rb 145 remove unused methods (InvoicesController#copy_invoice)
app/controllers/invoices_controller.rb 155 remove unused methods (InvoicesController#converted_from_estimate)
app/controllers/invoices_controller.rb 166 remove unused methods (InvoicesController#created_from_sales_order)
app/controllers/invoices_controller.rb 404 remove unused methods (InvoicesController#add_warehouse_detail_row)
app/controllers/invoices_controller.rb 409 remove unused methods (InvoicesController#remove_warehouse_detail_row)
app/controllers/invoices_controller.rb 429 remove unused methods (InvoicesController#add_shipping_row)
app/controllers/invoices_controller.rb 436 remove unused methods (InvoicesController#add_time_row)
app/controllers/invoices_controller.rb 445 remove unused methods (InvoicesController#batch_number_details)
app/controllers/invoices_controller.rb 450 remove unused methods (InvoicesController#create_invoice_email)
app/controllers/invoices_controller.rb 484 remove unused methods (InvoicesController#instamojo_payment)
app/controllers/invoices_controller.rb 514 remove unused methods (InvoicesController#cashfree_payment)
app/controllers/invoices_controller.rb 576 remove unused methods (InvoicesController#item_from_warehouses)
app/controllers/invoices_controller.rb 584 remove unused methods (InvoicesController#get_quantity)
app/controllers/invoices_controller.rb 599 remove unused methods (InvoicesController#remove_shipping_item)
app/controllers/invoices_controller.rb 602 remove unused methods (InvoicesController#remove_time_item)
app/controllers/invoices_controller.rb 606 remove unused methods (InvoicesController#add_account)
app/controllers/invoices_controller.rb 620 remove unused methods (InvoicesController#desc_cost)
app/controllers/invoices_controller.rb 625 remove unused methods (InvoicesController#set_tax)
app/controllers/invoices_controller.rb 628 remove unused methods (InvoicesController#select_warehouse)
app/controllers/invoices_controller.rb 633 remove unused methods (InvoicesController#take_warehouse_quantity)
app/controllers/invoices_controller.rb 638 remove unused methods (InvoicesController#create_stock)
app/controllers/invoices_controller.rb 641 remove unused methods (InvoicesController#add_product)
app/controllers/invoices_controller.rb 644 remove unused methods (InvoicesController#stop_recursion)
app/controllers/invoices_controller.rb 651 remove unused methods (InvoicesController#start_recursion)
app/controllers/invoices_controller.rb 658 remove unused methods (InvoicesController#customer_pricing)
app/controllers/invoices_controller.rb 663 remove unused methods (InvoicesController#add_payment)
app/controllers/invoices_controller.rb 671 remove unused methods (InvoicesController#settle)
app/controllers/journal_imports_controller.rb 99 remove unused methods (JournalImportsController#preview)
app/controllers/journal_imports_controller.rb 110 remove unused methods (JournalImportsController#import_preview)
app/controllers/journals_controller.rb 135 remove unused methods (JournalsController#restore_journal)
app/controllers/journals_controller.rb 182 remove unused methods (JournalsController#add_account)
app/controllers/leave_approval_controller.rb 50 remove unused methods (LeaveApprovalController#reject_leave)
app/controllers/leave_types_controller.rb 91 remove unused methods (LeaveTypesController#menu_title)
app/controllers/login_controller.rb 20 remove unused methods (LoginController#switch_company)
app/controllers/login_controller.rb 132 remove unused methods (LoginController#email_verify)
app/controllers/login_controller.rb 140 remove unused methods (LoginController#resend_verification_email)
app/controllers/login_controller.rb 184 remove unused methods (LoginController#logout_feedback)
app/controllers/login_controller.rb 187 remove unused methods (LoginController#feedback_update)
app/controllers/login_controller.rb 207 remove unused methods (LoginController#session_timeout)
app/controllers/login_controller.rb 218 remove unused methods (LoginController#convert)
app/controllers/myfiles_controller.rb 127 remove unused methods (MyfilesController#chose_layout)
app/controllers/myprofile_controller.rb 41 remove unused methods (MyprofileController#leave_detail)
app/controllers/myprofile_controller.rb 63 remove unused methods (MyprofileController#salary_details)
app/controllers/myprofile_controller.rb 85 remove unused methods (MyprofileController#personal_info)
app/controllers/myprofile_controller.rb 103 remove unused methods (MyprofileController#user_assets)
app/controllers/myprofile_controller.rb 162 remove unused methods (MyprofileController#set_new_password)
app/controllers/myprofile_controller.rb 195 remove unused methods (MyprofileController#edit_avatar)
app/controllers/myprofile_controller.rb 199 remove unused methods (MyprofileController#update_avtar)
app/controllers/payheads_controller.rb 122 remove unused methods (PayheadsController#payroll_account)
app/controllers/payment_vouchers_controller.rb 162 remove unused methods (PaymentVouchersController#restore_payment_voucher)
app/controllers/payment_vouchers_controller.rb 181 remove unused methods (PaymentVouchersController#permanent_delete_payment_voucher)
app/controllers/payment_vouchers_controller.rb 213 remove unused methods (PaymentVouchersController#add_account)
app/controllers/payment_vouchers_controller.rb 228 remove unused methods (PaymentVouchersController#allocate)
app/controllers/payment_vouchers_controller.rb 236 remove unused methods (PaymentVouchersController#vendor_unpaid_vouchers)
app/controllers/payment_vouchers_controller.rb 244 remove unused methods (PaymentVouchersController#load_form)
app/controllers/plan_properties_controller.rb 84 remove unused methods (PlanPropertiesController#access_permition)
app/controllers/process_payrolls_controller.rb 18 remove unused methods (ProcessPayrollsController#month_view)
app/controllers/process_payrolls_controller.rb 113 remove unused methods (ProcessPayrollsController#request_payroll)
app/controllers/product_imports_controller.rb 60 remove unused methods (ProductImportsController#preview)
app/controllers/product_imports_controller.rb 106 remove unused methods (ProductImportsController#check_file_status)
app/controllers/product_imports_controller.rb 117 remove unused methods (ProductImportsController#import_preview)
app/controllers/product_settings_controller.rb 76 remove unused methods (ProductSettingsController#update_level_caption)
app/controllers/products_controller.rb 34 remove unused methods (ProductsController#load_hsn_code)
app/controllers/products_controller.rb 161 remove unused methods (ProductsController#record_batch_warehouse_details)
app/controllers/products_controller.rb 181 remove unused methods (ProductsController#record_batch_details)
app/controllers/products_controller.rb 219 remove unused methods (ProductsController#select_warehouse)
app/controllers/products_controller.rb 224 remove unused methods (ProductsController#take_warehouse_quantity)
app/controllers/products_controller.rb 227 remove unused methods (ProductsController#sales_items)
app/controllers/products_controller.rb 233 remove unused methods (ProductsController#purchase_items)
app/controllers/products_controller.rb 239 remove unused methods (ProductsController#reseller_items)
app/controllers/products_controller.rb 243 remove unused methods (ProductsController#all_items)
app/controllers/products_controller.rb 248 remove unused methods (ProductsController#manage_stock)
app/controllers/projects_controller.rb 128 remove unused methods (ProjectsController#mark_complete)
app/controllers/purchase_orders_controller.rb 180 remove unused methods (PurchaseOrdersController#restore_purchase_order)
app/controllers/purchase_orders_controller.rb 199 remove unused methods (PurchaseOrdersController#permanent_delete_purchase_order)
app/controllers/purchase_orders_controller.rb 234 remove unused methods (PurchaseOrdersController#add_other_charge_row)
app/controllers/purchase_orders_controller.rb 250 remove unused methods (PurchaseOrdersController#remove_other_charge_item)
app/controllers/purchase_orders_controller.rb 265 remove unused methods (PurchaseOrdersController#add_account)
app/controllers/purchase_orders_controller.rb 279 remove unused methods (PurchaseOrdersController#desc_cost)
app/controllers/purchase_orders_controller.rb 284 remove unused methods (PurchaseOrdersController#create_purchase_order_email)
app/controllers/purchase_orders_controller.rb 288 remove unused methods (PurchaseOrdersController#email_purchase_order)
app/controllers/purchases_controller.rb 12 remove unused methods (PurchasesController#unpaid)
app/controllers/purchases_controller.rb 24 remove unused methods (PurchasesController#paid)
app/controllers/purchases_controller.rb 89 remove unused methods (PurchasesController#po_to_purchase)
app/controllers/purchases_controller.rb 210 remove unused methods (PurchasesController#settle)
app/controllers/purchases_controller.rb 295 remove unused methods (PurchasesController#restore_purchase)
app/controllers/purchases_controller.rb 320 remove unused methods (PurchasesController#permanent_delete_purchase)
app/controllers/purchases_controller.rb 336 remove unused methods (PurchasesController#add_warehouse_detail_row)
app/controllers/purchases_controller.rb 357 remove unused methods (PurchasesController#add_discount_row)
app/controllers/purchases_controller.rb 365 remove unused methods (PurchasesController#add_other_charge_row)
app/controllers/purchases_controller.rb 373 remove unused methods (PurchasesController#remove_warehouse_detail_row)
app/controllers/purchases_controller.rb 379 remove unused methods (PurchasesController#remove_discount_item)
app/controllers/purchases_controller.rb 393 remove unused methods (PurchasesController#add_account)
app/controllers/purchases_controller.rb 408 remove unused methods (PurchasesController#desc_cost)
app/controllers/purchases_controller.rb 413 remove unused methods (PurchasesController#select_warehouse)
app/controllers/purchases_controller.rb 417 remove unused methods (PurchasesController#take_warehouse_quantity)
app/controllers/receipt_vouchers_controller.rb 180 remove unused methods (ReceiptVouchersController#add_deposit_to_account)
app/controllers/receipt_vouchers_controller.rb 187 remove unused methods (ReceiptVouchersController#search_invoice)
app/controllers/receipt_vouchers_controller.rb 235 remove unused methods (ReceiptVouchersController#create_email)
app/controllers/receipt_vouchers_controller.rb 239 remove unused methods (ReceiptVouchersController#email_receipt_voucher)
app/controllers/receipt_vouchers_controller.rb 274 remove unused methods (ReceiptVouchersController#customer_invoices)
app/controllers/receipt_vouchers_controller.rb 279 remove unused methods (ReceiptVouchersController#customer_unpaid_invoices)
app/controllers/receipt_vouchers_controller.rb 288 remove unused methods (ReceiptVouchersController#allocate)
app/controllers/reimbursement_notes_controller.rb 102 remove unused methods (ReimbursementNotesController#restore_debit_note)
app/controllers/reimbursement_notes_controller.rb 121 remove unused methods (ReimbursementNotesController#permanent_delete_debit_note)
app/controllers/reimbursement_notes_controller.rb 139 remove unused methods (ReimbursementNotesController#add_account)
app/controllers/reimbursement_notes_controller.rb 168 remove unused methods (ReimbursementNotesController#email_reimbursement_note)
app/controllers/reimbursement_reports_controller.rb 3 remove unused methods (ReimbursementReportsController#outstanding_report)
app/controllers/reimbursement_vouchers_controller.rb 118 remove unused methods (ReimbursementVouchersController#get_reimbursement_notes_for_account)
app/controllers/reimbursement_vouchers_controller.rb 128 remove unused methods (ReimbursementVouchersController#add_deposit_to_account)
app/controllers/saccountings_controller.rb 134 remove unused methods (SaccountingsController#add_account)
app/controllers/salary_structures_controller.rb 40 remove unused methods (SalaryStructuresController#copy_salary_structure)
app/controllers/salary_structures_controller.rb 147 remove unused methods (SalaryStructuresController#add_payhead)
app/controllers/sales_order_reports_controller.rb 3 remove unused methods (SalesOrderReportsController#customer_wise_so)
app/controllers/sales_order_reports_controller.rb 15 remove unused methods (SalesOrderReportsController#product_wise_so)
app/controllers/sales_order_reports_controller.rb 27 remove unused methods (SalesOrderReportsController#pending_invoices_for_dc)
app/controllers/sales_orders_controller.rb 13 remove unused methods (SalesOrdersController#inventory_order)
app/controllers/sales_orders_controller.rb 120 remove unused methods (SalesOrdersController#cancel_order)
app/controllers/sales_orders_controller.rb 167 remove unused methods (SalesOrdersController#add_shipping_row)
app/controllers/sales_orders_controller.rb 182 remove unused methods (SalesOrdersController#remove_shipping_item)
app/controllers/sales_orders_controller.rb 185 remove unused methods (SalesOrdersController#add_account)
app/controllers/sales_orders_controller.rb 201 remove unused methods (SalesOrdersController#desc_cost)
app/controllers/sales_reports_controller.rb 3 remove unused methods (SalesReportsController#sales_by_customer)
app/controllers/sales_reports_controller.rb 10 remove unused methods (SalesReportsController#sales_by_item)
app/controllers/settings_controller.rb 56 remove unused methods (SettingsController#load_form)
app/controllers/settings_controller.rb 166 remove unused methods (SettingsController#payroll)
app/controllers/settings_controller.rb 238 remove unused methods (SettingsController#freeze_fin_year)
app/controllers/settings_controller.rb 272 remove unused methods (SettingsController#freeze_year)
app/controllers/settings_controller.rb 285 remove unused methods (SettingsController#unfreeze_fin_year)
app/controllers/settings_controller.rb 309 remove unused methods (SettingsController#set_voucher_sequence)
app/controllers/settings_controller.rb 351 remove unused methods (SettingsController#enable_payslip_signatory)
app/controllers/signup_controller.rb 28 remove unused methods (SignupController#global_pricing)
app/controllers/stock_issue_vouchers_controller.rb 108 remove unused methods (StockIssueVouchersController#get_product_batches)
app/controllers/stock_receipt_vouchers_controller.rb 132 remove unused methods (StockReceiptVouchersController#batch_number_details)
app/controllers/stock_transfer_vouchers_controller.rb 104 remove unused methods (StockTransferVouchersController#get_product_batches)
app/controllers/stock_transfer_vouchers_controller.rb 110 remove unused methods (StockTransferVouchersController#warehouse_wise_product)
app/controllers/stock_wastage_vouchers_controller.rb 101 remove unused methods (StockWastageVouchersController#get_product_batches)
app/controllers/stock_wastage_vouchers_controller.rb 118 remove unused methods (StockWastageVouchersController#select_product)
app/controllers/tasks_controller.rb 148 remove unused methods (TasksController#mark_complete)
app/controllers/timesheets_controller.rb 54 remove unused methods (TimesheetsController#new_weekly)
app/controllers/timesheets_controller.rb 160 remove unused methods (TimesheetsController#report)
app/controllers/timesheets_controller.rb 173 remove unused methods (TimesheetsController#change_week)
app/controllers/timesheets_controller.rb 190 remove unused methods (TimesheetsController#menu_title)
app/controllers/transfer_cashes_controller.rb 181 remove unused methods (TransferCashesController#add_account)
app/controllers/trial_balance_controller.rb 23 remove unused methods (TrialBalanceController#group_summary_report)
app/controllers/users_controller.rb 54 remove unused methods (UsersController#leave_detail)
app/controllers/users_controller.rb 76 remove unused methods (UsersController#salary_details)
app/controllers/users_controller.rb 99 remove unused methods (UsersController#manage_payroll)
app/controllers/users_controller.rb 114 remove unused methods (UsersController#personal_info)
app/controllers/users_controller.rb 132 remove unused methods (UsersController#user_assets)
app/controllers/users_controller.rb 192 remove unused methods (UsersController#set_new_password)
app/controllers/users_controller.rb 402 remove unused methods (UsersController#edit_avatar)
app/controllers/users_controller.rb 406 remove unused methods (UsersController#update_avtar)
app/controllers/users_controller.rb 421 remove unused methods (UsersController#should_paid)
app/controllers/vendor_imports_controller.rb 92 remove unused methods (VendorImportsController#preview)
app/controllers/vendor_imports_controller.rb 103 remove unused methods (VendorImportsController#import_preview)
app/controllers/warehouses_controller.rb 87 remove unused methods (WarehousesController#new_batch_detail)
app/controllers/warehouses_controller.rb 96 remove unused methods (WarehousesController#add_batch_row)
app/controllers/warehouses_controller.rb 100 remove unused methods (WarehousesController#record_batch_warehouse_details)
app/controllers/withdrawals_controller.rb 193 remove unused methods (WithdrawalsController#add_account)
app/controllers/zendesk_auth_controller.rb 15 remove unused methods (ZendeskAuthController#login_required)
app/helpers/application_helper.rb 149 remove unused methods (ApplicationHelper#format_currency_with_suffix)
app/helpers/application_helper.rb 178 remove unused methods (ApplicationHelper#amount_in_words)
app/helpers/application_helper.rb 225 remove unused methods (ApplicationHelper#options_from_collection_for_select_with_data_and_add_new)
app/helpers/application_helper.rb 247 remove unused methods (ApplicationHelper#date_difference_in_months)
app/helpers/application_helper.rb 290 remove unused methods (ApplicationHelper#list_button)
app/helpers/application_helper.rb 294 remove unused methods (ApplicationHelper#pdf_button)
app/helpers/application_helper.rb 302 remove unused methods (ApplicationHelper#payment_button)
app/helpers/application_helper.rb 311 remove unused methods (ApplicationHelper#convert_button)
app/helpers/dashboard_helper.rb 7 remove unused methods (DashboardHelper#label_class)
app/helpers/dashboard_helper.rb 21 remove unused methods (DashboardHelper#notification)
app/helpers/dashboard_helper.rb 40 remove unused methods (DashboardHelper#setup_guide)
app/helpers/estimates_helper.rb 9 remove unused methods (EstimatesHelper#estimate_customer_details)
app/helpers/horizontal_balance_sheet_helper.rb 2 remove unused methods (HorizontalBalanceSheetHelper#user_branch_id)
app/helpers/inventory_statements_helper.rb 3 remove unused methods (InventoryStatementsHelper#average_price)
app/helpers/invoice_returns_helper.rb 24 remove unused methods (InvoiceReturnsHelper#invoice_return_currncy)
app/helpers/invoices_helper.rb 129 remove unused methods (InvoicesHelper#outstanding_amount)
app/helpers/payment_vouchers_helper.rb 2 remove unused methods (PaymentVouchersHelper#payment_against)
app/helpers/posts_helper.rb 2 remove unused methods (PostsHelper#join_tags)
app/helpers/purchase_orders_helper.rb 28 remove unused methods (PurchaseOrdersHelper#vendor_shipping_details)
app/helpers/users_helper.rb 44 remove unused methods (UsersHelper#edit_link)
app/models/account.rb 244 remove unused methods (Account#has_childs?)
app/models/account.rb 248 remove unused methods (Account#calculate_tax)
app/models/account.rb 294 remove unused methods (Account#tax_on_purchase?)
app/models/account.rb 745 remove unused methods (Account#reimbursement_note_to_accounts)
app/models/account.rb 828 remove unused methods (Account#update_tax)
app/models/account.rb 984 remove unused methods (Account#accounts_by_company)
app/models/account.rb 1060 remove unused methods (Account#get_payable_accounts)
app/models/account.rb 1064 remove unused methods (Account#get_receivable_accounts)
app/models/account.rb 1068 remove unused methods (Account#get_ind_exp_accounts)
app/models/account.rb 1077 remove unused methods (Account#get_indirect_income_accounts)
app/models/account.rb 1117 remove unused methods (Account#is_customer?)
app/models/account.rb 1152 remove unused methods (Account#update_reseller_flow)
app/models/account.rb 1250 remove unused methods (Account#is_used?)
app/models/account.rb 1254 remove unused methods (Account#sales_tax_name)
app/models/account.rb 1271 remove unused methods (Account#purchase_tax_name)
app/models/account_head.rb 140 remove unused methods (AccountHead#get_indirect_expense_acc_head)
app/models/account_head.rb 149 remove unused methods (AccountHead#get_indirect_income_acc_head)
app/models/account_head.rb 293 remove unused methods (AccountHead#setup_progress)
app/models/account_head.rb 375 remove unused methods (AccountHead#get_subaccount_heads)
app/models/address.rb 25 remove unused methods (Address#get_shipping_address)
app/models/admin.rb 2 remove unused methods (Address#table_name_prefix)
app/models/auditor.rb 94 remove unused methods (Auditor#accountant?)
app/models/balance_sheet.rb 105 remove unused methods (BalanceSheet#closing_stock_valution)
app/models/bank_statement.rb 50 remove unused methods (BankStatement#date_validation)
app/models/bank_statement.rb 73 remove unused methods (BankStatement#get_bank)
app/models/bank_statement.rb 77 remove unused methods (BankStatement#convert_date)
app/models/company.rb 232 remove unused methods (Company#get_customer_with_pricing_level)
app/models/company.rb 338 remove unused methods (Company#logo_name)
app/models/company.rb 342 remove unused methods (Company#logo_size)
app/models/company.rb 347 remove unused methods (Company#delete_logo)
app/models/company.rb 415 remove unused methods (Company#get_accounts_by_voucher_type)
app/models/company.rb 611 remove unused methods (Company#utilized_storage)
app/models/company.rb 845 remove unused methods (Company#company_plans)
app/models/company.rb 977 remove unused methods (Company#total_quarterly_income)
app/models/company.rb 988 remove unused methods (Company#total_daily_income)
app/models/company.rb 1009 remove unused methods (Company#total_10days_income)
app/models/company.rb 1030 remove unused methods (Company#total_monthwise_income)
app/models/company.rb 1058 remove unused methods (Company#total_quarterly_expense)
app/models/company.rb 1068 remove unused methods (Company#total_daily_expense)
app/models/company.rb 1088 remove unused methods (Company#total_10days_expense)
app/models/company.rb 1109 remove unused methods (Company#total_monthwise_expense)
app/models/company.rb 1148 remove unused methods (Company#total_due)
app/models/company.rb 1155 remove unused methods (Company#total_cash_invoice_amount)
app/models/company.rb 1163 remove unused methods (Company#total_bank_acc_balance)
app/models/company.rb 1173 remove unused methods (Company#total_cash_acc_balance)
app/models/company.rb 1262 remove unused methods (Company#account_management_required?)
app/models/company.rb 1305 remove unused methods (Company#storage_limit)
app/models/currency.rb 18 remove unused methods (Currency#get_currency_ids)
app/models/custom_field.rb 9 remove unused methods (CustomField#get_custom_fields)
app/models/customer.rb 5 remove unused methods (Customer#by_primary_phone_number)
app/models/customer.rb 6 remove unused methods (Customer#by_secondary_phone_number)
app/models/customer.rb 124 remove unused methods (Customer#company_customers)
app/models/customer.rb 161 remove unused methods (Customer#get_customer_id)
app/models/customer_import.rb 10 remove unused methods (CustomerImport#perform)
app/models/customer_relationship.rb 14 remove unused methods (CustomerRelationship#customer_company)
app/models/customer_relationship.rb 18 remove unused methods (CustomerRelationship#customer_contact_name)
app/models/customer_relationship.rb 27 remove unused methods (CustomerRelationship#customer_contact_number)
app/models/customer_relationship.rb 48 remove unused methods (CustomerRelationship#get_paid_activities)
app/models/customer_relationship.rb 63 remove unused methods (CustomerRelationship#create_customer_relationships_for_trial)
app/models/dashboard.rb 7 remove unused methods (Dashboard#weeks_birthday)
app/models/delivery_challan.rb 106 remove unused methods (DeliveryChallan#get_available_stock)
app/models/delivery_challan.rb 121 remove unused methods (DeliveryChallan#get_customer_delivery_challan)
app/models/delivery_challan_line_item.rb 23 remove unused methods (DeliveryChallanLineItem#sales_order_qty)
app/models/delivery_challan_sequence.rb 4 remove unused methods (DeliveryChallanSequence#delivery_challan_number)
app/models/deposit_sequence.rb 4 remove unused methods (DepositSequence#deposit_number)
app/models/email_action.rb 3 remove unused methods (EmailAction#actiondesc)
app/models/estimate.rb 94 remove unused methods (Estimate#update_storage)
app/models/estimate.rb 98 remove unused methods (Estimate#delete_attachment)
app/models/estimate.rb 198 remove unused methods (Estimate#get_available_stock)
app/models/estimate.rb 232 remove unused methods (Estimate#invoiced_estimates)
app/models/estimate.rb 236 remove unused methods (Estimate#accepted_estimates)
app/models/estimate.rb 240 remove unused methods (Estimate#rejected_estimates)
app/models/estimate_line_item.rb 31 remove unused methods (EstimateLineItem#tax_line_amount)
app/models/estimate_line_item.rb 57 remove unused methods (EstimateLineItem#tax_exclusive_unit_cost)
app/models/estimate_line_item.rb 69 remove unused methods (EstimateLineItem#subclasses)
app/models/expense.rb 6 remove unused methods (Expense#by_month)
app/models/expense.rb 442 remove unused methods (Expense#delete_uploaded_file)
app/models/expense_line_item.rb 47 remove unused methods (ExpenseLineItem#subclasses)
app/models/expense_line_item.rb 51 remove unused methods (ExpenseLineItem#delete_with_ledger)
app/models/expense_sequence.rb 4 remove unused methods (ExpenseSequence#expense_number)
app/models/financial_year.rb 56 remove unused methods (FinancialYear#get_opening_balance_difference)
app/models/financial_year.rb 140 remove unused methods (FinancialYear#get_first_date)
app/models/folder.rb 12 remove unused methods (Folder#shared?)
app/models/income_voucher_sequence.rb 4 remove unused methods (IncomeVoucherSequence#income_voucher_number)
app/models/invoice.rb 4 remove unused methods (Invoice#this_year_and_previous_unpaid)
app/models/invoice.rb 9 remove unused methods (Invoice#by_financial_year)
app/models/invoice.rb 10 remove unused methods (Invoice#by_due_date)
app/models/invoice.rb 13 remove unused methods (Invoice#by_month)
app/models/invoice.rb 16 remove unused methods (Invoice#by_time_invoice)
app/models/invoice.rb 172 remove unused methods (Invoice#first_step)
app/models/invoice.rb 304 remove unused methods (Invoice#overdue_days)
app/models/invoice.rb 314 remove unused methods (Invoice#expense_amount)
app/models/invoice.rb 485 remove unused methods (Invoice#get_vat_no)
app/models/invoice.rb 544 remove unused methods (Invoice#inactive_recursion?)
app/models/invoice.rb 848 remove unused methods (Invoice#overdue_invoices)
app/models/invoice.rb 857 remove unused methods (Invoice#paid_invoices)
app/models/invoice.rb 861 remove unused methods (Invoice#unpaid_invoices)
app/models/invoice.rb 865 remove unused methods (Invoice#get_paybles)
app/models/invoice.rb 900 remove unused methods (Invoice#this_month_paybles)
app/models/invoice.rb 904 remove unused methods (Invoice#this_week_paybles)
app/models/invoice.rb 926 remove unused methods (Invoice#unpaid_invoice_amount_for_customer_as_on_date)
app/models/invoice.rb 947 remove unused methods (Invoice#sold_stock_valuation)
app/models/invoice.rb 1311 remove unused methods (Invoice#outstanding_report)
app/models/invoice.rb 1398 remove unused methods (Invoice#invoice_status_name)
app/models/invoice_base.rb 32 remove unused methods (InvoiceAttachment#included)
app/models/invoice_line_item.rb 101 remove unused methods (InvoiceLineItem#tax_inclusive_item_cost)
app/models/invoice_line_item.rb 106 remove unused methods (InvoiceLineItem#tax_exclusive_item_cost)
app/models/invoice_line_item.rb 123 remove unused methods (InvoiceLineItem#invoice_class?)
app/models/invoice_line_item.rb 127 remove unused methods (InvoiceLineItem#subclasses)
app/models/invoice_line_item.rb 131 remove unused methods (InvoiceLineItem#delete_with_ledger)
app/models/invoice_setting.rb 14 remove unused methods (InvoiceSetting#allocate_invoice_number)
app/models/journal_import.rb 14 remove unused methods (JournalImport#perform)
app/models/journal_line_item.rb 17 remove unused methods (JournalLineItem#new_journal_line_item)
app/models/journal_line_item.rb 24 remove unused methods (JournalLineItem#delete_with_ledger)
app/models/journal_sequence.rb 4 remove unused methods (JournalSequence#journal_number)
app/models/journal_to_line_item.rb 9 remove unused methods (JournalToLineItem#delete_with_ledger)
app/models/lead.rb 38 remove unused methods (Lead#get_comment)
app/models/lead.rb 41 remove unused methods (Lead#is_paid?)
app/models/lead.rb 44 remove unused methods (Lead#is_trial?)
app/models/lead.rb 120 remove unused methods (Lead#update_next_call_date)
app/models/lead.rb 139 remove unused methods (Lead#get_users)
app/models/lead.rb 203 remove unused methods (Lead#find_lead_followups)
app/models/lead.rb 238 remove unused methods (Lead#find_next_activity)
app/models/lead.rb 250 remove unused methods (Lead#find_activity_status)
app/models/lead.rb 262 remove unused methods (Lead#get_activity_record)
app/models/lead_activity.rb 21 remove unused methods (LeadActivity#get_lead_activity)
app/models/leave_type.rb 34 remove unused methods (LeaveType#total_leave_count)
app/models/ledger.rb 135 remove unused methods (Ledger#get_array_of_monthly_income_amount)
app/models/ledger.rb 140 remove unused methods (Ledger#get_array_of_monthly_expense_amount)
app/models/ledger.rb 244 remove unused methods (Ledger#against_voucher)
app/models/message.rb 42 remove unused methods (Message#sent_by_you?)
app/models/message.rb 46 remove unused methods (Message#sent_to_you?)
app/models/payment_voucher.rb 402 remove unused methods (PaymentVoucher#create_payment_vouchers)
app/models/payment_voucher.rb 541 remove unused methods (PaymentVoucher#payment_method_amt)
app/models/payment_voucher.rb 722 remove unused methods (PaymentVoucher#delete_uploaded_file)
app/models/payment_voucher_sequence.rb 4 remove unused methods (PaymentVoucherSequence#payment_voucher_number)
app/models/payroll_discard.rb 8 remove unused methods (PayrollDiscard#perform)
app/models/payroll_finalisation.rb 9 remove unused methods (PayrollFinalisation#perform)
app/models/payroll_processing.rb 8 remove unused methods (PayrollProcessing#perform)
app/models/product.rb 73 remove unused methods (Product#quantity_sold)
app/models/product.rb 81 remove unused methods (Product#opening_product_batches)
app/models/product.rb 87 remove unused methods (Product#reorder_level?)
app/models/product.rb 292 remove unused methods (Product#has_expired_batch?)
app/models/product.rb 582 remove unused methods (Product#total_opening_inventory_valuation)
app/models/product.rb 711 remove unused methods (Product#create_default_products)
app/models/product.rb 880 remove unused methods (Product#reorder_level_products)
app/models/product.rb 900 remove unused methods (Product#update_average_price)
app/models/product.rb 912 remove unused methods (Product#get_stock_receipt_vouchers_count)
app/models/product.rb 916 remove unused methods (Product#get_stock_issue_vouchers_count)
app/models/product.rb 980 remove unused methods (Product#manage_batchwise_opening_stock)
app/models/product.rb 1039 remove unused methods (Product#get_sales_quantity)
app/models/product.rb 1054 remove unused methods (Product#get_purchase_quantity)
app/models/product_batch.rb 24 remove unused methods (ProductBatch#transfer_stock)
app/models/project.rb 133 remove unused methods (Project#total_invoice_amount)
app/models/project.rb 137 remove unused methods (Project#total_received_amount)
app/models/project.rb 146 remove unused methods (Project#total_expense_amount)
app/models/purchase.rb 3 remove unused methods (Purchase#this_year_and_previous_unpaid)
app/models/purchase.rb 7 remove unused methods (Purchase#by_due_date)
app/models/purchase.rb 16 remove unused methods (Purchase#by_month)
app/models/purchase.rb 109 remove unused methods (Purchase#first_step)
app/models/purchase.rb 520 remove unused methods (Purchase#overdue_expences)
app/models/purchase.rb 526 remove unused methods (Purchase#today_expences)
app/models/purchase.rb 530 remove unused methods (Purchase#paid_expences)
app/models/purchase.rb 534 remove unused methods (Purchase#unpaid_expences)
app/models/purchase.rb 538 remove unused methods (Purchase#yearly_expenses)
app/models/purchase.rb 564 remove unused methods (Purchase#converted_from_po)
app/models/purchase.rb 707 remove unused methods (Purchase#availble_balance)
app/models/purchase.rb 725 remove unused methods (Purchase#is_account_id)
app/models/purchase.rb 1028 remove unused methods (Purchase#delete_uploaded_file)
app/models/purchase_line_item.rb 52 remove unused methods (PurchaseLineItem#purchase_class?)
app/models/purchase_line_item.rb 108 remove unused methods (PurchaseLineItem#subclasses)
app/models/purchase_line_item.rb 112 remove unused methods (PurchaseLineItem#delete_with_ledger)
app/models/purchase_line_item.rb 150 remove unused methods (PurchaseLineItem#tax_inclusive_item_cost)
app/models/purchase_line_item.rb 155 remove unused methods (PurchaseLineItem#tax_exclusive_item_cost)
app/models/purchase_order.rb 221 remove unused methods (PurchaseOrder#delete_uploaded_file)
app/models/purchase_order_line_item.rb 27 remove unused methods (PurchaseOrderLineItem#subclasses)
app/models/receipt_voucher.rb 194 remove unused methods (ReceiptVoucher#invoice_by_id)
app/models/receipt_voucher_sequence.rb 4 remove unused methods (ReceiptVoucherSequence#receipt_voucher_number)
app/models/reimbursement_voucher.rb 112 remove unused methods (ReimbursementVoucher#reimbursed)
app/models/reimbursement_voucher_sequence.rb 5 remove unused methods (ReimbursementVoucherSequence#reimbursement_voucher_number)
app/models/saccounting_line_item.rb 9 remove unused methods (SaccountingLineItem#delete_with_ledger)
app/models/saccounting_sequence.rb 4 remove unused methods (SaccountingSequence#saccounting_number)
app/models/salary_structure.rb 28 remove unused methods (SalaryStructure#get_line_item)
app/models/salary_structure_history.rb 12 remove unused methods (SalaryStructureHistory#last_five)
app/models/sales_order.rb 184 remove unused methods (SalesOrder#invoiced_total)
app/models/sales_order.rb 190 remove unused methods (SalesOrder#invoiced_discount)
app/models/sales_order.rb 233 remove unused methods (SalesOrder#get_available_stock)
app/models/sales_order.rb 272 remove unused methods (SalesOrder#get_customer_sales_order)
app/models/sales_order_line_item.rb 58 remove unused methods (SalesOrderLineItem#subclasses)
app/models/sales_order_sequence.rb 4 remove unused methods (SalesOrderSequence#sales_order_number)
app/models/sales_warehouse_detail.rb 36 remove unused methods (SalesWarehouseDetail#create_default_swd)
app/models/stock.rb 25 remove unused methods (Stock#get_closing_valuation)
app/models/stock.rb 64 remove unused methods (Stock#get_all_batches)
app/models/stock.rb 167 remove unused methods (Stock#get_warehouse_specific)
app/models/stock_issue_line_item.rb 17 remove unused methods (StockIssueLineItem#available_batch_quantity_on_update)
app/models/stock_issue_line_item.rb 23 remove unused methods (StockIssueLineItem#available_batch_quantity_on_create)
app/models/stock_issue_voucher_sequence.rb 4 remove unused methods (StockIssueVoucherSequence#stock_issue_voucher_number)
app/models/stock_product.rb 49 remove unused methods (StockProduct#stock_wasted_amount)
app/models/stock_product.rb 82 remove unused methods (StockProduct#sales_return_amount)
app/models/stock_product.rb 121 remove unused methods (StockProduct#fetch_purchase_return_amount)
app/models/stock_receipt_voucher_sequence.rb 4 remove unused methods (StockReceiptVoucherSequence#stock_receipt_voucher_number)
app/models/stock_transfer_voucher_sequence.rb 4 remove unused methods (StockTransferVoucherSequence#stock_transfer_voucher_number)
app/models/stock_wastage_voucher.rb 110 remove unused methods (StockWastageVoucher#update_stock_wastage)
app/models/stock_wastage_voucher_sequence.rb 4 remove unused methods (StockWastageVoucherSequence#stock_wastage_voucher_number)
app/models/subscription.rb 140 remove unused methods (Subscription#update_renewal_date)
app/models/subscription_history.rb 4 remove unused methods (SubscriptionHistory#create_subscription_history)
app/models/sundry_debtor.rb 15 remove unused methods (SundryDebtor#pricing_level)
app/models/super_user.rb 84 remove unused methods (SuperUser#password_non_blank)
app/models/support.rb 5 remove unused methods (Support#admin_name)
app/models/support.rb 8 remove unused methods (Support#send_by)
app/models/task.rb 60 remove unused methods (Task#last_two)
app/models/timesheet.rb 106 remove unused methods (Timesheet#get_task_record)
app/models/timesheet.rb 109 remove unused methods (Timesheet#get_assigned_to_name)
app/models/transfer_cash.rb 69 remove unused methods (TransferCash#availble_balance)
app/models/transfer_cash_sequence.rb 4 remove unused methods (TransferCashSequence#transfer_cash_number)
app/models/user.rb 178 remove unused methods (User#current_year_utilized_leaves)
app/models/user.rb 217 remove unused methods (User#avatar_name)
app/models/user.rb 221 remove unused methods (User#avatar_size)
app/models/user.rb 226 remove unused methods (User#delete_avatar)
app/models/user.rb 253 remove unused methods (User#next_step)
app/models/user.rb 257 remove unused methods (User#previous_step)
app/models/user.rb 293 remove unused methods (User#accountant?)
app/models/user.rb 415 remove unused methods (User#utilized_storage)
app/models/user.rb 490 remove unused methods (User#password_non_blank)
app/models/user.rb 511 remove unused methods (User#storage_limit)
app/models/user_information.rb 11 remove unused methods (UserInformation#birth_date_and_marriage_date_validation)
app/models/user_information.rb 19 remove unused methods (UserInformation#birth_date_and_passport_expiry_date_validation)
app/models/user_information.rb 26 remove unused methods (UserInformation#birthday?)
app/models/user_referral.rb 17 remove unused methods (UserReferral#update_balance)
app/models/user_salary_detail.rb 9 remove unused methods (UserSalaryDetail#birth_date_and_date_of_joining)
app/models/user_salary_detail.rb 16 remove unused methods (UserSalaryDetail#date_of_leaving_and_date_of_joining)
app/models/user_salary_detail.rb 23 remove unused methods (UserSalaryDetail#date_of_leaving_and_birth_date)
app/models/vendor.rb 109 remove unused methods (Vendor#company_vendors)
app/models/vendor_import.rb 10 remove unused methods (VendorImport#perform)
app/models/voucher_base.rb 27 remove unused methods (Voucher#included)
app/models/voucher_setting.rb 45 remove unused methods (VoucherSetting#cancel_number)
app/models/withdrawal_sequence.rb 4 remove unused methods (WithdrawalSequence#withdrawal_number)
app/controllers/accounts_controller.rb 74 replace complex creation with factory method (@account attribute_assignment_count > 2)
app/controllers/accounts_controller.rb 102 replace complex creation with factory method (@account attribute_assignment_count > 2)
app/controllers/accounts_controller.rb 125 replace complex creation with factory method (product attribute_assignment_count > 2)
app/controllers/admin/profitbooks_workstreams_controller.rb 23 replace complex creation with factory method (@product_update attribute_assignment_count > 2)
app/controllers/admin/supports_controller.rb 36 replace complex creation with factory method (@support attribute_assignment_count > 2)
app/controllers/documents_controller.rb 46 replace complex creation with factory method (@shared_folder attribute_assignment_count > 2)
app/controllers/invitation_details_controller.rb 45 replace complex creation with factory method (@invitation_detail attribute_assignment_count > 2)
app/controllers/invoice_settings_controller.rb 111 replace complex creation with factory method (margin attribute_assignment_count > 2)
app/controllers/messages_controller.rb 69 replace complex creation with factory method (@message attribute_assignment_count > 2)
app/controllers/notes_controller.rb 75 replace complex creation with factory method (@note attribute_assignment_count > 2)
app/controllers/pbreferrals_controller.rb 42 replace complex creation with factory method (@pbreferral attribute_assignment_count > 2)
app/controllers/salary_structures_controller.rb 153 replace complex creation with factory method (@payhead attribute_assignment_count > 2)
app/controllers/supports_controller.rb 57 replace complex creation with factory method (@support attribute_assignment_count > 2)
app/views/account_books_and_registers/_accountant_reports.html.erb 139 replace instance variable with local variable
app/views/account_books_and_registers/_accountant_reports.html.erb 147 replace instance variable with local variable
app/views/account_books_and_registers/_auditor_reports.html.erb 141 replace instance variable with local variable
app/views/account_books_and_registers/_auditor_reports.html.erb 149 replace instance variable with local variable
app/views/account_books_and_registers/_filter.html.erb 4 replace instance variable with local variable
app/views/account_books_and_registers/_inventory_manager_reports.html.erb 38 replace instance variable with local variable
app/views/account_books_and_registers/_inventory_manager_reports.html.erb 46 replace instance variable with local variable
app/views/account_books_and_registers/_owner_reports.html.erb 141 replace instance variable with local variable
app/views/account_books_and_registers/_owner_reports.html.erb 149 replace instance variable with local variable
app/views/account_books_and_registers/_sales_reports.html.erb 44 replace instance variable with local variable
app/views/account_books_and_registers/_sales_reports.html.erb 55 replace instance variable with local variable
app/views/account_books_and_registers/_sales_reports.html.erb 55 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 6 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 100 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 124 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 124 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 140 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 148 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 167 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 167 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 167 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 187 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 198 replace instance variable with local variable
app/views/account_books_and_registers/_staff_reports.html.erb 198 replace instance variable with local variable
app/views/account_heads/_filter.html.erb 9 replace instance variable with local variable
app/views/account_heads/_form.html.erb 1 replace instance variable with local variable
app/views/account_heads/_form.html.erb 2 replace instance variable with local variable
app/views/account_heads/_form.html.erb 14 replace instance variable with local variable
app/views/account_heads/_form.html.erb 15 replace instance variable with local variable
app/views/account_heads/_form.html.erb 17 replace instance variable with local variable
app/views/account_heads/_form.html.erb 18 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 9 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 14 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 14 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 14 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 14 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 17 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 18 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 24 replace instance variable with local variable
app/views/accounts/_account_detail.html.erb 26 replace instance variable with local variable
app/views/accounts/_add_row_link.html.erb 2 replace instance variable with local variable
app/views/accounts/_bankaccount_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_bankaccount_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_bankaccount_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_bankaccount_details.html.erb 10 replace instance variable with local variable
app/views/accounts/_bankaccount_details.html.erb 13 replace instance variable with local variable
app/views/accounts/_capitalaccount_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_capitalaccount_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_cashaccount_details.html.erb 4 replace instance variable with local variable
app/views/accounts/_contact.html.erb 2 replace instance variable with local variable
app/views/accounts/_contact.html.erb 7 replace instance variable with local variable
app/views/accounts/_contact.html.erb 8 replace instance variable with local variable
app/views/accounts/_contact.html.erb 8 replace instance variable with local variable
app/views/accounts/_contact.html.erb 9 replace instance variable with local variable
app/views/accounts/_contact.html.erb 9 replace instance variable with local variable
app/views/accounts/_contact.html.erb 14 replace instance variable with local variable
app/views/accounts/_contact.html.erb 18 replace instance variable with local variable
app/views/accounts/_contact.html.erb 22 replace instance variable with local variable
app/views/accounts/_contact.html.erb 26 replace instance variable with local variable
app/views/accounts/_contact.html.erb 30 replace instance variable with local variable
app/views/accounts/_contact.html.erb 34 replace instance variable with local variable
app/views/accounts/_customersdebtors.html.erb 1 replace instance variable with local variable
app/views/accounts/_customersdebtors.html.erb 4 replace instance variable with local variable
app/views/accounts/_customersdebtors.html.erb 100 replace instance variable with local variable
app/views/accounts/_customersdebtors.html.erb 101 replace instance variable with local variable
app/views/accounts/_depositaccount_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_depositaccount_details.html.erb 18 replace instance variable with local variable
app/views/accounts/_depositaccount_details.html.erb 19 replace instance variable with local variable
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 4 replace instance variable with local variable
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 17 replace instance variable with local variable
app/views/accounts/_edit_form.html.erb 7 replace instance variable with local variable
app/views/accounts/_edit_form.html.erb 8 replace instance variable with local variable
app/views/accounts/_edit_form.html.erb 13 replace instance variable with local variable
app/views/accounts/_edit_form.html.erb 23 replace instance variable with local variable
app/views/accounts/_edit_form.html.erb 42 replace instance variable with local variable
app/views/accounts/_estimates.html.erb 2 replace instance variable with local variable
app/views/accounts/_estimates.html.erb 8 replace instance variable with local variable
app/views/accounts/_estimates.html.erb 9 replace instance variable with local variable
app/views/accounts/_estimates.html.erb 10 replace instance variable with local variable
app/views/accounts/_estimates.html.erb 16 replace instance variable with local variable
app/views/accounts/_filter.html.erb 9 replace instance variable with local variable
app/views/accounts/_filter.html.erb 14 replace instance variable with local variable
app/views/accounts/_fixedasset_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_fixedasset_details.html.erb 17 replace instance variable with local variable
app/views/accounts/_fixedasset_edit.html.erb 6 replace instance variable with local variable
app/views/accounts/_form.html.erb 2 replace instance variable with local variable
app/views/accounts/_form.html.erb 3 replace instance variable with local variable
app/views/accounts/_form.html.erb 22 replace instance variable with local variable
app/views/accounts/_form.html.erb 42 replace instance variable with local variable
app/views/accounts/_form.html.erb 43 replace instance variable with local variable
app/views/accounts/_invoices.html.erb 2 replace instance variable with local variable
app/views/accounts/_invoices.html.erb 16 replace instance variable with local variable
app/views/accounts/_loanaccount_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_loanaccount_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_loanaccount_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_loanaccount_details.html.erb 10 replace instance variable with local variable
app/views/accounts/_loanaccount_details.html.erb 11 replace instance variable with local variable
app/views/accounts/_loansadvancesaccount_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_loansadvancesaccount_details.html.erb 18 replace instance variable with local variable
app/views/accounts/_loansadvancesaccount_details.html.erb 19 replace instance variable with local variable
app/views/accounts/_payment_vouchers.html.erb 2 replace instance variable with local variable
app/views/accounts/_payment_vouchers.html.erb 16 replace instance variable with local variable
app/views/accounts/_productsservices.html.erb 2 replace instance variable with local variable
app/views/accounts/_purchase_orders.html.erb 2 replace instance variable with local variable
app/views/accounts/_purchase_orders.html.erb 16 replace instance variable with local variable
app/views/accounts/_purchaseaccount_details.html.erb 6 replace instance variable with local variable
app/views/accounts/_purchaseaccount_details.html.erb 20 replace instance variable with local variable
app/views/accounts/_purchaseaccount_details.html.erb 25 replace instance variable with local variable
app/views/accounts/_purchaseaccounts.html.erb 2 replace instance variable with local variable
app/views/accounts/_purchases.html.erb 2 replace instance variable with local variable
app/views/accounts/_purchases.html.erb 16 replace instance variable with local variable
app/views/accounts/_receipt_vouchers.html.erb 2 replace instance variable with local variable
app/views/accounts/_receipt_vouchers.html.erb 16 replace instance variable with local variable
app/views/accounts/_salesaccount_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_salesaccount_details.html.erb 11 replace instance variable with local variable
app/views/accounts/_securedloanaccount_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_securedloanaccount_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_securedloanaccount_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_securedloanaccount_details.html.erb 10 replace instance variable with local variable
app/views/accounts/_securedloanaccount_details.html.erb 11 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 10 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 11 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 12 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 13 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 16 replace instance variable with local variable
app/views/accounts/_sundrycreditor_details.html.erb 17 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 10 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 11 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 12 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 15 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 16 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 17 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 31 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 32 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 33 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 34 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 37 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 38 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 39 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 40 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 54 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 55 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 56 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 57 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 62 replace instance variable with local variable
app/views/accounts/_sundrydebtor_details.html.erb 70 replace instance variable with local variable
app/views/accounts/_sundrydebtor_edit.html.erb 3 replace instance variable with local variable
app/views/accounts/_sundrydebtor_edit.html.erb 11 replace instance variable with local variable
app/views/accounts/_sundrydebtor_edit.html.erb 176 replace instance variable with local variable
app/views/accounts/_sundrydebtor_edit.html.erb 186 replace instance variable with local variable
app/views/accounts/_sundrydebtor_edit.html.erb 187 replace instance variable with local variable
app/views/accounts/_unsecuredloanaccount_details.html.erb 7 replace instance variable with local variable
app/views/accounts/_unsecuredloanaccount_details.html.erb 8 replace instance variable with local variable
app/views/accounts/_unsecuredloanaccount_details.html.erb 9 replace instance variable with local variable
app/views/accounts/_unsecuredloanaccount_details.html.erb 10 replace instance variable with local variable
app/views/admin/_user_table.html.erb 2 replace instance variable with local variable
app/views/admin/_user_table.html.erb 19 replace instance variable with local variable
app/views/admin/announcements/_form.html.erb 1 replace instance variable with local variable
app/views/admin/announcements/_form.html.erb 1 replace instance variable with local variable
app/views/admin/announcements/_form.html.erb 2 replace instance variable with local variable
app/views/admin/blog_categories/_form.html.erb 1 replace instance variable with local variable
app/views/admin/blog_categories/_form.html.erb 1 replace instance variable with local variable
app/views/admin/blog_categories/_form.html.erb 2 replace instance variable with local variable
app/views/admin/blog_categories/_form.html.erb 4 replace instance variable with local variable
app/views/admin/blog_categories/_form.html.erb 6 replace instance variable with local variable
app/views/admin/blog_posts/_form.html.erb 2 replace instance variable with local variable
app/views/admin/blog_posts/_form.html.erb 2 replace instance variable with local variable
app/views/admin/blog_posts/_form.html.erb 3 replace instance variable with local variable
app/views/admin/blog_posts/_form.html.erb 5 replace instance variable with local variable
app/views/admin/blog_posts/_form.html.erb 8 replace instance variable with local variable
app/views/admin/blog_posts/_form.html.erb 52 replace instance variable with local variable
app/views/admin/campaigns/_form.html.erb 1 replace instance variable with local variable
app/views/admin/campaigns/_form.html.erb 1 replace instance variable with local variable
app/views/admin/campaigns/_form.html.erb 2 replace instance variable with local variable
app/views/admin/channels/_form.html.erb 1 replace instance variable with local variable
app/views/admin/channels/_form.html.erb 1 replace instance variable with local variable
app/views/admin/channels/_form.html.erb 2 replace instance variable with local variable
app/views/admin/companies/_add_activity.html.erb 2 replace instance variable with local variable
app/views/admin/companies/_add_activity.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_add_activity.html.erb 20 replace instance variable with local variable
app/views/admin/companies/_company_notes.html.erb 7 replace instance variable with local variable
app/views/admin/companies/_company_notes.html.erb 7 replace instance variable with local variable
app/views/admin/companies/_company_notes.html.erb 8 replace instance variable with local variable
app/views/admin/companies/_company_notes.html.erb 9 replace instance variable with local variable
app/views/admin/companies/_company_notes.html.erb 33 replace instance variable with local variable
app/views/admin/companies/_company_notes.html.erb 37 replace instance variable with local variable
app/views/admin/companies/_complete_company_activity.html.erb 13 replace instance variable with local variable
app/views/admin/companies/_customer_relationships.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_customer_relationships.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_customer_relationships.html.erb 4 replace instance variable with local variable
app/views/admin/companies/_customer_relationships.html.erb 30 replace instance variable with local variable
app/views/admin/companies/_customer_relationships.html.erb 46 replace instance variable with local variable
app/views/admin/companies/_email_form.html.erb 2 replace instance variable with local variable
app/views/admin/companies/_email_form.html.erb 13 replace instance variable with local variable
app/views/admin/companies/_form.html.erb 2 replace instance variable with local variable
app/views/admin/companies/_form.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_report_activity_filter.html.erb 15 replace instance variable with local variable
app/views/admin/companies/_reset_user_password.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_update_renewal.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_update_status.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_update_status.html.erb 3 replace instance variable with local variable
app/views/admin/companies/_update_status.html.erb 4 replace instance variable with local variable
app/views/admin/companies/_update_status.html.erb 5 replace instance variable with local variable
app/views/admin/companies/_upgrade_plan.erb 3 replace instance variable with local variable
app/views/admin/companies/_upgrade_plan.erb 11 replace instance variable with local variable
app/views/admin/companies/_upgrade_plan.erb 17 replace instance variable with local variable
app/views/admin/coupons/_form.html.erb 5 replace instance variable with local variable
app/views/admin/coupons/_form.html.erb 5 replace instance variable with local variable
app/views/admin/coupons/_form.html.erb 6 replace instance variable with local variable
app/views/admin/customer_relationships/_form.html.erb 1 replace instance variable with local variable
app/views/admin/customer_relationships/_form.html.erb 2 replace instance variable with local variable
app/views/admin/customer_relationships/_form.html.erb 4 replace instance variable with local variable
app/views/admin/customer_relationships/_form.html.erb 7 replace instance variable with local variable
app/views/admin/email_templates/_form.html.erb 24 replace instance variable with local variable
app/views/admin/email_templates/_template_form.html.erb 1 replace instance variable with local variable
app/views/admin/email_templates/_template_form.html.erb 1 replace instance variable with local variable
app/views/admin/email_templates/_template_form.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_activity_filter.html.erb 18 replace instance variable with local variable
app/views/admin/leads/_add_activity.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_add_activity.html.erb 18 replace instance variable with local variable
app/views/admin/leads/_add_notes.html.erb 4 replace instance variable with local variable
app/views/admin/leads/_add_notes.html.erb 4 replace instance variable with local variable
app/views/admin/leads/_add_notes.html.erb 5 replace instance variable with local variable
app/views/admin/leads/_add_notes.html.erb 24 replace instance variable with local variable
app/views/admin/leads/_add_notes.html.erb 39 replace instance variable with local variable
app/views/admin/leads/_campaign_details.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_campaign_details.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_channel_details.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_channel_details.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_channel_filter.html.erb 9 replace instance variable with local variable
app/views/admin/leads/_channel_filter.html.erb 15 replace instance variable with local variable
app/views/admin/leads/_delete_lead.html.erb 6 replace instance variable with local variable
app/views/admin/leads/_delete_lead.html.erb 9 replace instance variable with local variable
app/views/admin/leads/_delete_lead.html.erb 9 replace instance variable with local variable
app/views/admin/leads/_email_form.html.erb 2 replace instance variable with local variable
app/views/admin/leads/_email_form.html.erb 3 replace instance variable with local variable
app/views/admin/leads/_email_form.html.erb 15 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 5 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 5 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 6 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 9 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 46 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 46 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 55 replace instance variable with local variable
app/views/admin/leads/_form.html.erb 55 replace instance variable with local variable
app/views/admin/leads/_header.html.erb 3 replace instance variable with local variable
app/views/admin/leads/_report_activity_filter.html.erb 15 replace instance variable with local variable
app/views/admin/leads/_report_filter.html.erb 11 replace instance variable with local variable
app/views/admin/leads/_report_filter.html.erb 40 replace instance variable with local variable
app/views/admin/plans/_right.html.erb 6 replace instance variable with local variable
app/views/admin/plans/_right.html.erb 17 replace instance variable with local variable
app/views/admin/profitbooks_workstreams/_form.html.erb 1 replace instance variable with local variable
app/views/admin/profitbooks_workstreams/_form.html.erb 1 replace instance variable with local variable
app/views/admin/profitbooks_workstreams/_form.html.erb 2 replace instance variable with local variable
app/views/admin/super_users/_channel_camp.html.erb 8 replace instance variable with local variable
app/views/admin/super_users/_channel_camp.html.erb 20 replace instance variable with local variable
app/views/admin/super_users/_channel_camp.html.erb 49 replace instance variable with local variable
app/views/admin/super_users/_channel_camp.html.erb 63 replace instance variable with local variable
app/views/admin/super_users/_form.html.erb 1 replace instance variable with local variable
app/views/admin/super_users/_form.html.erb 1 replace instance variable with local variable
app/views/admin/super_users/_form.html.erb 2 replace instance variable with local variable
app/views/admin/supports/_form.html.erb 1 replace instance variable with local variable
app/views/admin/supports/_form.html.erb 1 replace instance variable with local variable
app/views/admin/supports/_form.html.erb 2 replace instance variable with local variable
app/views/admin/supports/_form.html.erb 5 replace instance variable with local variable
app/views/admin/supports/_form.html.erb 14 replace instance variable with local variable
app/views/admin/supports/_form.html.erb 20 replace instance variable with local variable
app/views/advance_receipts/_adavance_receipt_filter.html.erb 10 replace instance variable with local variable
app/views/advance_receipts/_adavance_receipt_filter.html.erb 11 replace instance variable with local variable
app/views/advance_receipts/_adavance_receipt_filter.html.erb 15 replace instance variable with local variable
app/views/attendances/_acc_auto_complete.html.erb 5 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 12 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 14 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 18 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 21 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 21 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 22 replace instance variable with local variable
app/views/attendances/_attendance_details.html.erb 22 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 12 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 14 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 18 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 21 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 21 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 22 replace instance variable with local variable
app/views/attendances/_attendance_details_results.html.erb 22 replace instance variable with local variable
app/views/attendances/_attendance_details_results_computed.html.erb 12 replace instance variable with local variable
app/views/attendances/_attendance_details_results_computed.html.erb 14 replace instance variable with local variable
app/views/attendances/_attendance_details_results_computed.html.erb 18 replace instance variable with local variable
app/views/attendances/_attendance_details_results_computed.html.erb 21 replace instance variable with local variable
app/views/attendances/_attendance_details_results_computed.html.erb 22 replace instance variable with local variable
app/views/attendances/_attendance_details_results_computed.html.erb 22 replace instance variable with local variable
app/views/attendances/_edit_attendance.html.erb 6 replace instance variable with local variable
app/views/attendances/_edit_attendance.html.erb 7 replace instance variable with local variable
app/views/attendances/_edit_attendance.html.erb 8 replace instance variable with local variable
app/views/attendances/_edit_attendance.html.erb 9 replace instance variable with local variable
app/views/attendances/_form.html.erb 11 replace instance variable with local variable
app/views/attendances/_form.html.erb 41 replace instance variable with local variable
app/views/attendances/_form.html.erb 43 replace instance variable with local variable
app/views/attendances/_form.html.erb 48 replace instance variable with local variable
app/views/attendances/_form.html.erb 48 replace instance variable with local variable
app/views/attendances/_form.html.erb 49 replace instance variable with local variable
app/views/attendances/_form.html.erb 76 replace instance variable with local variable
app/views/attendances/_payroll_accounts_summary.html.erb 10 replace instance variable with local variable
app/views/attendances/_payroll_accounts_summary.html.erb 14 replace instance variable with local variable
app/views/attendances/_payroll_accounts_summary.html.erb 24 replace instance variable with local variable
app/views/attendances/_payroll_accounts_summary.html.erb 26 replace instance variable with local variable
app/views/attendances/_payroll_accounts_summary.html.erb 31 replace instance variable with local variable
app/views/attendances/_payroll_accounts_summary.html.erb 32 replace instance variable with local variable
app/views/attendances/_salary_structure_line_items.html.erb 5 replace instance variable with local variable
app/views/attendances/_variable_payhead.html.erb 22 replace instance variable with local variable
app/views/attendances/_variable_payhead.html.erb 23 replace instance variable with local variable
app/views/attendances/_variable_payhead.html.erb 28 replace instance variable with local variable
app/views/attendances/_variable_payhead.html.erb 29 replace instance variable with local variable
app/views/auditors/_add_auditor_form.html.erb 1 replace instance variable with local variable
app/views/auditors/_edit_auditor.html.erb 14 replace instance variable with local variable
app/views/auditors/_edit_auditor.html.erb 15 replace instance variable with local variable
app/views/auditors/_edit_auditor.html.erb 45 replace instance variable with local variable
app/views/auditors/_edit_auditor.html.erb 57 replace instance variable with local variable
app/views/auditors/_form.html.erb 1 replace instance variable with local variable
app/views/auditors/_form.html.erb 2 replace instance variable with local variable
app/views/auditors/_form.html.erb 3 replace instance variable with local variable
app/views/auditors/_form.html.erb 4 replace instance variable with local variable
app/views/auditors/_form.html.erb 30 replace instance variable with local variable
app/views/bank_book/_filter.html.erb 13 replace instance variable with local variable
app/views/bank_reconciliation/_filter.html.erb 10 replace instance variable with local variable
app/views/bank_reconciliation/_form.html.erb 7 replace instance variable with local variable
app/views/bank_reconciliation/_form.html.erb 23 replace instance variable with local variable
app/views/bank_statements/_form.html.erb 5 replace instance variable with local variable
app/views/bank_statements/_form.html.erb 6 replace instance variable with local variable
app/views/bank_statements/_form.html.erb 7 replace instance variable with local variable
app/views/bank_statements/_form.html.erb 49 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 1 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 1 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 3 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 4 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 5 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 6 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 7 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 24 replace instance variable with local variable
app/views/bank_statements/_other_expense_form.html.erb 33 replace instance variable with local variable
app/views/bank_statements/_other_income_form.html.erb 1 replace instance variable with local variable
app/views/bank_statements/_other_income_form.html.erb 1 replace instance variable with local variable
app/views/bank_statements/_other_income_form.html.erb 3 replace instance variable with local variable
app/views/bank_statements/_other_income_form.html.erb 4 replace instance variable with local variable
app/views/bank_statements/_other_income_form.html.erb 5 replace instance variable with local variable
app/views/bank_statements/_other_income_form.html.erb 20 replace instance variable with local variable
app/views/bank_statements/_payment_form.html.erb 2 replace instance variable with local variable
app/views/bank_statements/_payment_form.html.erb 2 replace instance variable with local variable
app/views/bank_statements/_payment_form.html.erb 4 replace instance variable with local variable
app/views/bank_statements/_payment_form.html.erb 5 replace instance variable with local variable
app/views/bank_statements/_payment_form.html.erb 6 replace instance variable with local variable
app/views/bank_statements/_payment_form.html.erb 21 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 1 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 1 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 3 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 4 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 5 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 6 replace instance variable with local variable
app/views/bank_statements/_receipt_form.html.erb 21 replace instance variable with local variable
app/views/bank_statements/_report_filter.html.erb 8 replace instance variable with local variable
app/views/bank_statements/_report_header.html.erb 5 replace instance variable with local variable
app/views/bank_statements/_report_header.html.erb 11 replace instance variable with local variable
app/views/bank_statements/_report_header.html.erb 14 replace instance variable with local variable
app/views/bank_statements/_report_header.html.erb 14 replace instance variable with local variable
app/views/bank_statements/_report_header.html.erb 22 replace instance variable with local variable
app/views/bank_statements/_transactions.html.erb 10 replace instance variable with local variable
app/views/bank_statements/_transactions.html.erb 14 replace instance variable with local variable
app/views/bank_statements/_transactions.html.erb 39 replace instance variable with local variable
app/views/bank_statements/_transactions.html.erb 52 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 3 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 4 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 6 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 19 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 40 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 40 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 40 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 56 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 56 replace instance variable with local variable
app/views/banking/_deposit_form.html.erb 56 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 3 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 4 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 11 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 30 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 30 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 30 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 46 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 46 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 46 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 83 replace instance variable with local variable
app/views/banking/_transfer_cash_form.html.erb 86 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 3 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 4 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 11 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 30 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 30 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 30 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 31 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 48 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 48 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 48 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 49 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 85 replace instance variable with local variable
app/views/banking/_withdrawal_form.html.erb 88 replace instance variable with local variable
app/views/billing/_auto_calculate.html.erb 87 replace instance variable with local variable
app/views/billing/_auto_calculate.html.erb 87 replace instance variable with local variable
app/views/billing/_auto_calculate.html.erb 88 replace instance variable with local variable
app/views/billing/_auto_calculate.html.erb 88 replace instance variable with local variable
app/views/billing/_auto_calculate.html.erb 110 replace instance variable with local variable
app/views/billing/_auto_calculate.html.erb 157 replace instance variable with local variable
app/views/billing/_basic_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_basic_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_basic_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_enterprise_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_essential_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_plan_property.html.erb 48 replace instance variable with local variable
app/views/billing/_plan_property.html.erb 56 replace instance variable with local variable
app/views/billing/_plan_property.html.erb 56 replace instance variable with local variable
app/views/billing/_professional_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_pwyw_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_pwyw_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_pwyw_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_smb_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_smb_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_smb_plan_details.html.erb 2 replace instance variable with local variable
app/views/billing/_trial_plan_details.html.erb 2 replace instance variable with local variable
app/views/blog_authors/_form.html.erb 1 replace instance variable with local variable
app/views/blog_authors/_form.html.erb 2 replace instance variable with local variable
app/views/blog_authors/_form.html.erb 4 replace instance variable with local variable
app/views/blog_authors/_form.html.erb 7 replace instance variable with local variable
app/views/blog_categories/_form.html.erb 1 replace instance variable with local variable
app/views/blog_categories/_form.html.erb 1 replace instance variable with local variable
app/views/blog_categories/_form.html.erb 2 replace instance variable with local variable
app/views/blog_categories/_form.html.erb 4 replace instance variable with local variable
app/views/blog_categories/_form.html.erb 7 replace instance variable with local variable
app/views/blog_posts/_form.html.erb 1 replace instance variable with local variable
app/views/blog_posts/_form.html.erb 2 replace instance variable with local variable
app/views/blog_posts/_form.html.erb 4 replace instance variable with local variable
app/views/blog_posts/_form.html.erb 7 replace instance variable with local variable
app/views/branches/_form.html.erb 2 replace instance variable with local variable
app/views/branches/_form.html.erb 3 replace instance variable with local variable
app/views/companies/_form.html.erb 1 replace instance variable with local variable
app/views/companies/_form.html.erb 2 replace instance variable with local variable
app/views/companies/_form.html.erb 16 replace instance variable with local variable
app/views/companies/_form.html.erb 17 replace instance variable with local variable
app/views/companies/_form.html.erb 17 replace instance variable with local variable
app/views/companies/_form.html.erb 17 replace instance variable with local variable
app/views/companies/_form.html.erb 20 replace instance variable with local variable
app/views/companies/_form.html.erb 20 replace instance variable with local variable
app/views/companies/_form.html.erb 26 replace instance variable with local variable
app/views/companies/_form.html.erb 33 replace instance variable with local variable
app/views/companies/_form.html.erb 33 replace instance variable with local variable
app/views/companies/_form.html.erb 40 replace instance variable with local variable
app/views/companies/_form.html.erb 41 replace instance variable with local variable
app/views/companies/_form.html.erb 42 replace instance variable with local variable
app/views/companies/_form.html.erb 43 replace instance variable with local variable
app/views/companies/_form.html.erb 44 replace instance variable with local variable
app/views/companies/_form.html.erb 45 replace instance variable with local variable
app/views/companies/_form.html.erb 46 replace instance variable with local variable
app/views/companies/_form.html.erb 47 replace instance variable with local variable
app/views/companies/_form.html.erb 48 replace instance variable with local variable
app/views/companies/_form.html.erb 49 replace instance variable with local variable
app/views/companies/_form.html.erb 50 replace instance variable with local variable
app/views/companies/_form.html.erb 51 replace instance variable with local variable
app/views/companies/_form.html.erb 133 replace instance variable with local variable
app/views/companies/_form.html.erb 133 replace instance variable with local variable
app/views/companies/_form.html.erb 134 replace instance variable with local variable
app/views/companies/_form.html.erb 138 replace instance variable with local variable
app/views/companies/_form.html.erb 138 replace instance variable with local variable
app/views/companies/_form.html.erb 144 replace instance variable with local variable
app/views/companies/_form.html.erb 147 replace instance variable with local variable
app/views/companies/_form.html.erb 147 replace instance variable with local variable
app/views/companies/_logo.html.erb 1 replace instance variable with local variable
app/views/companies/_logo.html.erb 2 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 4 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 6 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 6 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 7 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 11 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 11 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 17 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 20 replace instance variable with local variable
app/views/companies/_update_logo.html.erb 20 replace instance variable with local variable
app/views/company_assets/_form.html.erb 1 replace instance variable with local variable
app/views/company_assets/_form.html.erb 2 replace instance variable with local variable
app/views/company_assets/_form.html.erb 18 replace instance variable with local variable
app/views/contacts/_form.html.erb 1 replace instance variable with local variable
app/views/contacts/_form.html.erb 118 replace instance variable with local variable
app/views/credit_notes/_filter.html.erb 11 replace instance variable with local variable
app/views/credit_notes/_filter.html.erb 15 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 6 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 7 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 9 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 22 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 41 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 41 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 52 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 52 replace instance variable with local variable
app/views/credit_notes/_form.html.erb 88 replace instance variable with local variable
app/views/credit_notes/_frozen_credit_note_actions.html.erb 2 replace instance variable with local variable
app/views/credit_notes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/credit_notes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/credit_notes/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/credit_notes/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/credit_notes/_read_only_credit_note_actions.html.erb 1 replace instance variable with local variable
app/views/credit_notes/_read_write_credit_note_actions.html.erb 2 replace instance variable with local variable
app/views/credit_notes/_read_write_credit_note_actions.html.erb 7 replace instance variable with local variable
app/views/credit_notes/_read_write_credit_note_actions.html.erb 8 replace instance variable with local variable
app/views/credit_notes/_unfreeze_credit_note_actions.html.erb 2 replace instance variable with local variable
app/views/credit_notes/_unfreeze_credit_note_actions.html.erb 3 replace instance variable with local variable
app/views/credit_notes/_unpaid_invoices.html.erb 1 replace instance variable with local variable
app/views/credit_notes/_unpaid_invoices.html.erb 7 replace instance variable with local variable
app/views/credit_notes/_unpaid_invoices.html.erb 8 replace instance variable with local variable
app/views/credit_notes/_unpaid_invoices.html.erb 14 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 5 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 6 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 7 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 10 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 11 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 15 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 23 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 24 replace instance variable with local variable
app/views/custom_fields/_estimate.html.erb 25 replace instance variable with local variable
app/views/custom_fields/_filter.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_form.html.erb 1 replace instance variable with local variable
app/views/custom_fields/_form.html.erb 2 replace instance variable with local variable
app/views/custom_fields/_form.html.erb 7 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 6 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 10 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 11 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 15 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 23 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 24 replace instance variable with local variable
app/views/custom_fields/_invoice.html.erb 25 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 10 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 11 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 15 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 23 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 24 replace instance variable with local variable
app/views/custom_fields/_purchase.html.erb 25 replace instance variable with local variable
app/views/custom_fields/_report_filter.html.erb 11 replace instance variable with local variable
app/views/custom_fields/_report_header.html.erb 3 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 7 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 8 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 10 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 14 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 21 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 22 replace instance variable with local variable
app/views/custom_fields/_stock_issue_voucher.html.erb 23 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 7 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 8 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 10 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 14 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 21 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 22 replace instance variable with local variable
app/views/custom_fields/_stock_receipt_voucher.html.erb 23 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 7 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 8 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 9 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 10 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 14 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 21 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 22 replace instance variable with local variable
app/views/custom_fields/_stock_wastage_voucher.html.erb 23 replace instance variable with local variable
app/views/customer_imports/_form.html.erb 8 replace instance variable with local variable
app/views/customer_imports/_form.html.erb 9 replace instance variable with local variable
app/views/customer_statements/_email_form.html.erb 15 replace instance variable with local variable
app/views/customer_statements/_email_form.html.erb 15 replace instance variable with local variable
app/views/customer_statements/_email_form.html.erb 15 replace instance variable with local variable
app/views/customer_statements/_email_form.html.erb 29 replace instance variable with local variable
app/views/customer_statements/_email_form.html.erb 32 replace instance variable with local variable
app/views/customer_statements/_filter.html.erb 9 replace instance variable with local variable
app/views/customers/_address.html.erb 1 replace instance variable with local variable
app/views/customers/_address.html.erb 12 replace instance variable with local variable
app/views/customers/_address.html.erb 45 replace instance variable with local variable
app/views/customers/_form.html.erb 5 replace instance variable with local variable
app/views/customers/_form.html.erb 6 replace instance variable with local variable
app/views/customers/_form.html.erb 51 replace instance variable with local variable
app/views/customers/_form.html.erb 122 replace instance variable with local variable
app/views/customers/_form.html.erb 123 replace instance variable with local variable
app/views/customers/_form.html.erb 127 replace instance variable with local variable
app/views/customers/_form.html.erb 128 replace instance variable with local variable
app/views/customers/_form.html.erb 153 replace instance variable with local variable
app/views/customers/_form.html.erb 163 replace instance variable with local variable
app/views/customers/_form.html.erb 206 replace instance variable with local variable
app/views/customers/_popup_customer_form.html.erb 17 replace instance variable with local variable
app/views/dashboard/_account_management_accountant.html.erb 5 replace instance variable with local variable
app/views/dashboard/_account_management_accountant.html.erb 6 replace instance variable with local variable
app/views/dashboard/_account_management_accountant.html.erb 7 replace instance variable with local variable
app/views/dashboard/_account_management_accountant.html.erb 8 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 23 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 24 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 26 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 37 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 38 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 41 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 41 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 42 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 52 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 53 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 54 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 57 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 58 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 59 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 119 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 123 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 133 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 137 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 150 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 154 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 155 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 160 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 185 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 189 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 198 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 203 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 238 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 238 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 241 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 242 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 249 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 250 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 272 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 289 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 293 replace instance variable with local variable
app/views/dashboard/_accountant_dashboard.html.erb 294 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 21 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 21 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 21 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 29 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 29 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 32 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 33 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 42 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 42 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 44 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 45 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 46 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 73 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 77 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 87 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 91 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 104 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 104 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 104 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 108 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 108 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 108 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 112 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 113 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 114 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 137 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 141 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 150 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 155 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 190 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 190 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 193 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 194 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 202 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 203 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 227 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 231 replace instance variable with local variable
app/views/dashboard/_auditor_dashboard.html.erb 232 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 5 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 6 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 7 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 8 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 9 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 10 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 11 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 12 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 13 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 14 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 15 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 16 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 23 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 31 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 32 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 53 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 54 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 54 replace instance variable with local variable
app/views/dashboard/_basic_setting.html.erb 54 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 20 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 36 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 54 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 55 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 56 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 57 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 72 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 72 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 73 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 73 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 75 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 76 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 76 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 76 replace instance variable with local variable
app/views/dashboard/_chart.html.erb 76 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 6 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 7 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 17 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 18 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 28 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 29 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 39 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 40 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 50 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 51 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 61 replace instance variable with local variable
app/views/dashboard/_company_information.html.erb 62 replace instance variable with local variable
app/views/dashboard/_employee_dashboard.html.erb 11 replace instance variable with local variable
app/views/dashboard/_employee_dashboard.html.erb 31 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 6 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 7 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 17 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 18 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 28 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 29 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 39 replace instance variable with local variable
app/views/dashboard/_final_company_information.html.erb 40 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 7 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 7 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 10 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 11 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 18 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 19 replace instance variable with local variable
app/views/dashboard/_hr_dashboard.html.erb 40 replace instance variable with local variable
app/views/dashboard/_inventory_manager_dashboard.html.erb 44 replace instance variable with local variable
app/views/dashboard/_inventory_manager_dashboard.html.erb 61 replace instance variable with local variable
app/views/dashboard/_inventory_manager_dashboard.html.erb 67 replace instance variable with local variable
app/views/dashboard/_new_feature.html.erb 1 replace instance variable with local variable
app/views/dashboard/_new_feature.html.erb 4 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 23 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 24 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 26 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 37 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 38 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 41 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 41 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 42 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 52 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 53 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 54 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 57 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 58 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 59 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 119 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 130 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 134 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 135 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 140 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 167 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 202 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 202 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 205 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 206 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 213 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 214 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 228 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 229 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 230 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 230 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 239 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 239 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 272 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 272 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 293 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 311 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 315 replace instance variable with local variable
app/views/dashboard/_owner_dashboard.html.erb 316 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 22 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 33 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 37 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 38 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 43 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 59 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 59 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 62 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 63 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 70 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 71 replace instance variable with local variable
app/views/dashboard/_sales_dashboard.html.erb 92 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 23 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 25 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 51 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 53 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 95 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 110 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 140 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 142 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 178 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 180 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 229 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 229 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 232 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 233 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 237 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 238 replace instance variable with local variable
app/views/dashboard/_staff_dashboard.html.erb 257 replace instance variable with local variable
app/views/dashboard/_welcome_setting_accountant.html.erb 5 replace instance variable with local variable
app/views/dashboard/_welcome_setting_accountant.html.erb 6 replace instance variable with local variable
app/views/dashboard/_welcome_setting_accountant.html.erb 7 replace instance variable with local variable
app/views/dashboard/_welcome_setting_accountant.html.erb 8 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 5 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 6 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 7 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 8 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 9 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 10 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 11 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 12 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 13 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 14 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 15 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 16 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 24 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 25 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 25 replace instance variable with local variable
app/views/dashboard/_welcome_setting_financial.html.erb 25 replace instance variable with local variable
app/views/daybook/_filter.html.erb 6 replace instance variable with local variable
app/views/daybook/_filter.html.erb 6 replace instance variable with local variable
app/views/daybook/_filter.html.erb 8 replace instance variable with local variable
app/views/daybook/_filter.html.erb 8 replace instance variable with local variable
app/views/daybook/_header.html.erb 7 replace instance variable with local variable
app/views/db/_breadcrumbs.html.erb 7 replace instance variable with local variable
app/views/db/_breadcrumbs.html.erb 17 replace instance variable with local variable
app/views/db/_breadcrumbs.html.erb 18 replace instance variable with local variable
app/views/db/_breadcrumbs.html.erb 21 replace instance variable with local variable
app/views/db/_breadcrumbs.html.erb 24 replace instance variable with local variable
app/views/db/_dropbox_files.html.erb 2 replace instance variable with local variable
app/views/db/_dropbox_files.html.erb 16 replace instance variable with local variable
app/views/debit_notes/_filter.html.erb 11 replace instance variable with local variable
app/views/debit_notes/_filter.html.erb 15 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 5 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 6 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 8 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 21 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 41 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 41 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 52 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 52 replace instance variable with local variable
app/views/debit_notes/_form.html.erb 91 replace instance variable with local variable
app/views/debit_notes/_frozen_debit_note_actions.html.erb 2 replace instance variable with local variable
app/views/debit_notes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/debit_notes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/debit_notes/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/debit_notes/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/debit_notes/_ro_debit_note_actions.html.erb 1 replace instance variable with local variable
app/views/debit_notes/_rw_debit_note_actions.html.erb 2 replace instance variable with local variable
app/views/debit_notes/_rw_debit_note_actions.html.erb 7 replace instance variable with local variable
app/views/debit_notes/_rw_debit_note_actions.html.erb 8 replace instance variable with local variable
app/views/debit_notes/_rw_debit_note_actions.html.erb 10 replace instance variable with local variable
app/views/debit_notes/_unfreeze_debit_note_actions.html.erb 3 replace instance variable with local variable
app/views/debit_notes/_unfreeze_debit_note_actions.html.erb 4 replace instance variable with local variable
app/views/debit_notes/_unpaid_purchases.html.erb 1 replace instance variable with local variable
app/views/debit_notes/_unpaid_purchases.html.erb 14 replace instance variable with local variable
app/views/debtor_aging/_filter.html.erb 14 replace instance variable with local variable
app/views/debtor_aging/_filter.html.erb 14 replace instance variable with local variable
app/views/debtor_aging/_filter.html.erb 17 replace instance variable with local variable
app/views/debtor_aging/_filter.html.erb 22 replace instance variable with local variable
app/views/debtor_aging/_form.html.erb 5 replace instance variable with local variable
app/views/debtor_aging/_form.html.erb 5 replace instance variable with local variable
app/views/debtor_aging/_form.html.erb 15 replace instance variable with local variable
app/views/debtor_aging/_form.html.erb 26 replace instance variable with local variable
app/views/delivery_challans/_batch_select.html.erb 2 replace instance variable with local variable
app/views/delivery_challans/_batch_select.html.erb 2 replace instance variable with local variable
app/views/delivery_challans/_batch_select.html.erb 2 replace instance variable with local variable
app/views/delivery_challans/_batch_select.html.erb 3 replace instance variable with local variable
app/views/delivery_challans/_batch_select.html.erb 3 replace instance variable with local variable
app/views/delivery_challans/_delivery_challan_line_items.html.erb 18 replace instance variable with local variable
app/views/delivery_challans/_delivery_challan_line_items.html.erb 21 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 7 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 8 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 10 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 11 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 14 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 18 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 22 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 22 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 23 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 27 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 30 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 31 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 31 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 41 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 41 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 43 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 43 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 50 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 60 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 60 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 60 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 64 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 64 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 64 replace instance variable with local variable
app/views/delivery_challans/_form.html.erb 70 replace instance variable with local variable
app/views/departments/_departments.html.erb 1 replace instance variable with local variable
app/views/departments/_form.html.erb 1 replace instance variable with local variable
app/views/departments/_form.html.erb 2 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 5 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 22 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/deposits/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/deposits/_auto_complete.html.erb 5 replace instance variable with local variable
app/views/deposits/_auto_complete.html.erb 9 replace instance variable with local variable
app/views/deposits/_filter.html.erb 11 replace instance variable with local variable
app/views/deposits/_filter.html.erb 15 replace instance variable with local variable
app/views/deposits/_form.html.erb 1 replace instance variable with local variable
app/views/deposits/_form.html.erb 2 replace instance variable with local variable
app/views/deposits/_form.html.erb 4 replace instance variable with local variable
app/views/deposits/_form.html.erb 17 replace instance variable with local variable
app/views/deposits/_form.html.erb 37 replace instance variable with local variable
app/views/deposits/_form.html.erb 37 replace instance variable with local variable
app/views/deposits/_form.html.erb 48 replace instance variable with local variable
app/views/deposits/_form.html.erb 48 replace instance variable with local variable
app/views/deposits/_form.html.erb 79 replace instance variable with local variable
app/views/deposits/_form.html.erb 82 replace instance variable with local variable
app/views/deposits/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/deposits/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/deposits/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/deposits/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/designations/_designations.html.erb 1 replace instance variable with local variable
app/views/designations/_form.html.erb 1 replace instance variable with local variable
app/views/documents/_breadcrumbs.html.erb 3 replace instance variable with local variable
app/views/documents/_breadcrumbs.html.erb 5 replace instance variable with local variable
app/views/documents/_breadcrumbs.html.erb 8 replace instance variable with local variable
app/views/documents/_share_doc.html.erb 2 replace instance variable with local variable
app/views/documents/_share_doc.html.erb 14 replace instance variable with local variable
app/views/duties_and_taxes/_archive_form.html.erb 2 replace instance variable with local variable
app/views/duties_and_taxes/_chart.html.erb 6 replace instance variable with local variable
app/views/duties_and_taxes/_chart.html.erb 15 replace instance variable with local variable
app/views/duties_and_taxes/_chart_on_tax.html.erb 20 replace instance variable with local variable
app/views/duties_and_taxes/_chart_on_tax.html.erb 25 replace instance variable with local variable
app/views/duties_and_taxes/_chart_on_tax.html.erb 35 replace instance variable with local variable
app/views/duties_and_taxes/_chart_on_tax.html.erb 41 replace instance variable with local variable
app/views/duties_and_taxes/_edit_tax.html.erb 6 replace instance variable with local variable
app/views/duties_and_taxes/_edit_tax.html.erb 7 replace instance variable with local variable
app/views/duties_and_taxes/_filter.html.erb 7 replace instance variable with local variable
app/views/duties_and_taxes/_filter.html.erb 10 replace instance variable with local variable
app/views/duties_and_taxes/_header.html.erb 3 replace instance variable with local variable
app/views/duties_and_taxes/_header.html.erb 5 replace instance variable with local variable
app/views/duties_and_taxes/_header.html.erb 8 replace instance variable with local variable
app/views/duties_and_taxes/_header.html.erb 8 replace instance variable with local variable
app/views/duties_and_taxes/_header.html.erb 10 replace instance variable with local variable
app/views/duties_and_taxes/_header.html.erb 10 replace instance variable with local variable
app/views/duties_and_taxes/_tax_summary_header.html.erb 3 replace instance variable with local variable
app/views/duties_and_taxes/_tax_summary_header.html.erb 3 replace instance variable with local variable
app/views/email_actions/_form.html.erb 1 replace instance variable with local variable
app/views/email_actions/_form.html.erb 2 replace instance variable with local variable
app/views/employee_breakup/_breakup_header.html.erb 4 replace instance variable with local variable
app/views/employee_breakup/_employee_breakup_filter.html.erb 8 replace instance variable with local variable
app/views/employee_breakup/_employee_breakup_filter.html.erb 9 replace instance variable with local variable
app/views/employee_breakup/_filter.html.erb 9 replace instance variable with local variable
app/views/employee_breakup/_header.html.erb 4 replace instance variable with local variable
app/views/employee_goals/_form.html.erb 1 replace instance variable with local variable
app/views/employee_goals/_form.html.erb 2 replace instance variable with local variable
app/views/employee_goals/_form.html.erb 14 replace instance variable with local variable
app/views/employee_goals/_form.html.erb 17 replace instance variable with local variable
app/views/employee_goals/_form.html.erb 38 replace instance variable with local variable
app/views/employee_profile/_filter.html.erb 17 replace instance variable with local variable
app/views/employee_profile/_filter.html.erb 19 replace instance variable with local variable
app/views/employee_profile/_filter.html.erb 24 replace instance variable with local variable
app/views/employee_profile/_filter.html.erb 28 replace instance variable with local variable
app/views/employee_profile/_header.html.erb 3 replace instance variable with local variable
app/views/employees/_form.html.erb 1 replace instance variable with local variable
app/views/employees/_form.html.erb 2 replace instance variable with local variable
app/views/estimate_line_items/_form.html.erb 1 replace instance variable with local variable
app/views/estimate_line_items/_form.html.erb 2 replace instance variable with local variable
app/views/estimates/_auto_calculate.html.erb 3 replace instance variable with local variable
app/views/estimates/_auto_calculate.html.erb 52 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 3 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 6 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 8 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 11 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 15 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 17 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 18 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 22 replace instance variable with local variable
app/views/estimates/_calculation_details.html.erb 26 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 2 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 2 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 3 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 5 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 6 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 6 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 6 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 10 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 12 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 13 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 13 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 13 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 17 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 19 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 20 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 20 replace instance variable with local variable
app/views/estimates/_custom_field.html.erb 20 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 1 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 4 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 4 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 9 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 9 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/estimates/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/estimates/_email_form.html.erb 7 replace instance variable with local variable
app/views/estimates/_email_form.html.erb 17 replace instance variable with local variable
app/views/estimates/_email_form.html.erb 24 replace instance variable with local variable
app/views/estimates/_email_form.html.erb 26 replace instance variable with local variable
app/views/estimates/_estimate_line_items.html.erb 6 replace instance variable with local variable
app/views/estimates/_estimate_line_items.html.erb 19 replace instance variable with local variable
app/views/estimates/_filter.html.erb 2 replace instance variable with local variable
app/views/estimates/_filter.html.erb 6 replace instance variable with local variable
app/views/estimates/_filter.html.erb 8 replace instance variable with local variable
app/views/estimates/_filter.html.erb 10 replace instance variable with local variable
app/views/estimates/_filter.html.erb 11 replace instance variable with local variable
app/views/estimates/_footer.html.erb 2 replace instance variable with local variable
app/views/estimates/_footer.html.erb 3 replace instance variable with local variable
app/views/estimates/_footer.html.erb 4 replace instance variable with local variable
app/views/estimates/_form.html.erb 7 replace instance variable with local variable
app/views/estimates/_form.html.erb 8 replace instance variable with local variable
app/views/estimates/_form.html.erb 15 replace instance variable with local variable
app/views/estimates/_form.html.erb 16 replace instance variable with local variable
app/views/estimates/_form.html.erb 19 replace instance variable with local variable
app/views/estimates/_form.html.erb 21 replace instance variable with local variable
app/views/estimates/_form.html.erb 27 replace instance variable with local variable
app/views/estimates/_form.html.erb 29 replace instance variable with local variable
app/views/estimates/_form.html.erb 29 replace instance variable with local variable
app/views/estimates/_form.html.erb 40 replace instance variable with local variable
app/views/estimates/_form.html.erb 40 replace instance variable with local variable
app/views/estimates/_form.html.erb 42 replace instance variable with local variable
app/views/estimates/_form.html.erb 57 replace instance variable with local variable
app/views/estimates/_form.html.erb 58 replace instance variable with local variable
app/views/estimates/_form.html.erb 62 replace instance variable with local variable
app/views/estimates/_form.html.erb 63 replace instance variable with local variable
app/views/estimates/_form.html.erb 76 replace instance variable with local variable
app/views/estimates/_form.html.erb 76 replace instance variable with local variable
app/views/estimates/_form.html.erb 78 replace instance variable with local variable
app/views/estimates/_form.html.erb 78 replace instance variable with local variable
app/views/estimates/_form.html.erb 79 replace instance variable with local variable
app/views/estimates/_form.html.erb 79 replace instance variable with local variable
app/views/estimates/_form.html.erb 80 replace instance variable with local variable
app/views/estimates/_form.html.erb 80 replace instance variable with local variable
app/views/estimates/_form.html.erb 81 replace instance variable with local variable
app/views/estimates/_form.html.erb 81 replace instance variable with local variable
app/views/estimates/_form.html.erb 83 replace instance variable with local variable
app/views/estimates/_form.html.erb 83 replace instance variable with local variable
app/views/estimates/_form.html.erb 83 replace instance variable with local variable
app/views/estimates/_form.html.erb 88 replace instance variable with local variable
app/views/estimates/_form.html.erb 93 replace instance variable with local variable
app/views/estimates/_form.html.erb 96 replace instance variable with local variable
app/views/estimates/_form.html.erb 101 replace instance variable with local variable
app/views/estimates/_form.html.erb 132 replace instance variable with local variable
app/views/estimates/_form.html.erb 132 replace instance variable with local variable
app/views/estimates/_form.html.erb 133 replace instance variable with local variable
app/views/estimates/_form.html.erb 134 replace instance variable with local variable
app/views/estimates/_form.html.erb 136 replace instance variable with local variable
app/views/estimates/_form.html.erb 136 replace instance variable with local variable
app/views/estimates/_form.html.erb 141 replace instance variable with local variable
app/views/estimates/_form.html.erb 142 replace instance variable with local variable
app/views/estimates/_form.html.erb 142 replace instance variable with local variable
app/views/estimates/_form.html.erb 158 replace instance variable with local variable
app/views/estimates/_form.html.erb 158 replace instance variable with local variable
app/views/estimates/_form.html.erb 158 replace instance variable with local variable
app/views/estimates/_form.html.erb 163 replace instance variable with local variable
app/views/estimates/_form.html.erb 163 replace instance variable with local variable
app/views/estimates/_form.html.erb 163 replace instance variable with local variable
app/views/estimates/_form.html.erb 183 replace instance variable with local variable
app/views/estimates/_form.html.erb 186 replace instance variable with local variable
app/views/estimates/_header.html.erb 2 replace instance variable with local variable
app/views/estimates/_header.html.erb 3 replace instance variable with local variable
app/views/estimates/_header.html.erb 4 replace instance variable with local variable
app/views/estimates/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/estimates/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/estimates/_if_no_account_available.html.erb 5 replace instance variable with local variable
app/views/estimates/_if_no_account_available.html.erb 9 replace instance variable with local variable
app/views/estimates/_line_item_details.html.erb 6 replace instance variable with local variable
app/views/estimates/_line_item_details.html.erb 9 replace instance variable with local variable
app/views/estimates/_shipping_line_items.html.erb 8 replace instance variable with local variable
app/views/estimates/_tax_line_item_details.html.erb 3 replace instance variable with local variable
app/views/estimates/_tax_line_items.html.erb 8 replace instance variable with local variable
app/views/estimates/_tax_line_items.html.erb 13 replace instance variable with local variable
app/views/expenses/_account_select.html.erb 2 replace instance variable with local variable
app/views/expenses/_auto_calculate.html.erb 20 replace instance variable with local variable
app/views/expenses/_deleted_expense.html.erb 3 replace instance variable with local variable
app/views/expenses/_edit_options.html.erb 2 replace instance variable with local variable
app/views/expenses/_edit_options.html.erb 6 replace instance variable with local variable
app/views/expenses/_edit_options.html.erb 10 replace instance variable with local variable
app/views/expenses/_edit_options.html.erb 11 replace instance variable with local variable
app/views/expenses/_edit_options.html.erb 11 replace instance variable with local variable
app/views/expenses/_expense.html.erb 3 replace instance variable with local variable
app/views/expenses/_expense_line_items.html.erb 6 replace instance variable with local variable
app/views/expenses/_expense_line_items.html.erb 9 replace instance variable with local variable
app/views/expenses/_expense_line_items.html.erb 22 replace instance variable with local variable
app/views/expenses/_expense_payment_vouchers.html.erb 1 replace instance variable with local variable
app/views/expenses/_expense_payment_vouchers.html.erb 8 replace instance variable with local variable
app/views/expenses/_expense_payment_vouchers.html.erb 10 replace instance variable with local variable
app/views/expenses/_filter.html.erb 9 replace instance variable with local variable
app/views/expenses/_filter.html.erb 15 replace instance variable with local variable
app/views/expenses/_filter.html.erb 17 replace instance variable with local variable
app/views/expenses/_filter.html.erb 19 replace instance variable with local variable
app/views/expenses/_form.html.erb 8 replace instance variable with local variable
app/views/expenses/_form.html.erb 11 replace instance variable with local variable
app/views/expenses/_form.html.erb 15 replace instance variable with local variable
app/views/expenses/_form.html.erb 18 replace instance variable with local variable
app/views/expenses/_form.html.erb 19 replace instance variable with local variable
app/views/expenses/_form.html.erb 20 replace instance variable with local variable
app/views/expenses/_form.html.erb 35 replace instance variable with local variable
app/views/expenses/_form.html.erb 43 replace instance variable with local variable
app/views/expenses/_form.html.erb 43 replace instance variable with local variable
app/views/expenses/_form.html.erb 49 replace instance variable with local variable
app/views/expenses/_form.html.erb 49 replace instance variable with local variable
app/views/expenses/_form.html.erb 61 replace instance variable with local variable
app/views/expenses/_form.html.erb 66 replace instance variable with local variable
app/views/expenses/_form.html.erb 71 replace instance variable with local variable
app/views/expenses/_form.html.erb 87 replace instance variable with local variable
app/views/expenses/_form.html.erb 87 replace instance variable with local variable
app/views/expenses/_form.html.erb 88 replace instance variable with local variable
app/views/expenses/_form.html.erb 88 replace instance variable with local variable
app/views/expenses/_form.html.erb 89 replace instance variable with local variable
app/views/expenses/_form.html.erb 91 replace instance variable with local variable
app/views/expenses/_form.html.erb 91 replace instance variable with local variable
app/views/expenses/_form.html.erb 96 replace instance variable with local variable
app/views/expenses/_form.html.erb 97 replace instance variable with local variable
app/views/expenses/_form.html.erb 97 replace instance variable with local variable
app/views/expenses/_form.html.erb 137 replace instance variable with local variable
app/views/expenses/_form.html.erb 140 replace instance variable with local variable
app/views/expenses/_frozen_expense_actions.html.erb 2 replace instance variable with local variable
app/views/expenses/_frozen_expense_actions.html.erb 7 replace instance variable with local variable
app/views/expenses/_frozen_expense_actions.html.erb 9 replace instance variable with local variable
app/views/expenses/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/expenses/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/expenses/_if_no_account_available.html.erb 5 replace instance variable with local variable
app/views/expenses/_if_no_account_available.html.erb 9 replace instance variable with local variable
app/views/expenses/_line_item_details.html.erb 4 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 3 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 4 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 6 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 7 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 11 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 15 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 17 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 19 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 19 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 20 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 20 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 24 replace instance variable with local variable
app/views/expenses/_new_options.html.erb 24 replace instance variable with local variable
app/views/expenses/_paid_line_items.html.erb 4 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 1 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 14 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 18 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 23 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 25 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 27 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 37 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 37 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 64 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 64 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 68 replace instance variable with local variable
app/views/expenses/_payment_form.html.erb 98 replace instance variable with local variable
app/views/expenses/_tax_line_item_details.html.erb 3 replace instance variable with local variable
app/views/expenses/_tax_line_item_details.html.erb 7 replace instance variable with local variable
app/views/expenses/_tax_line_items.html.erb 7 replace instance variable with local variable
app/views/expenses/_tax_line_items.html.erb 12 replace instance variable with local variable
app/views/expenses/_unfreeze_expense_actions.html.erb 1 replace instance variable with local variable
app/views/expenses/_unfreeze_expense_actions.html.erb 1 replace instance variable with local variable
app/views/expenses/_unfreeze_expense_actions.html.erb 7 replace instance variable with local variable
app/views/expenses/_voucher_number.html.erb 1 replace instance variable with local variable
app/views/expenses/_voucher_number.html.erb 16 replace instance variable with local variable
app/views/expenses_report/_report_filter.html.erb 15 replace instance variable with local variable
app/views/expenses_report/_report_filter.html.erb 15 replace instance variable with local variable
app/views/expenses_report/_report_filter.html.erb 17 replace instance variable with local variable
app/views/feedbacks/_form.html.erb 2 replace instance variable with local variable
app/views/feedbacks/_form.html.erb 4 replace instance variable with local variable
app/views/finished_goods/_form.html.erb 1 replace instance variable with local variable
app/views/finished_goods/_form.html.erb 2 replace instance variable with local variable
app/views/folders/_form.html.erb 1 replace instance variable with local variable
app/views/folders/_form.html.erb 2 replace instance variable with local variable
app/views/gratuity_report/_filter.html.erb 17 replace instance variable with local variable
app/views/gratuity_report/_filter.html.erb 19 replace instance variable with local variable
app/views/gratuity_report/_filter.html.erb 24 replace instance variable with local variable
app/views/gratuity_report/_filter.html.erb 28 replace instance variable with local variable
app/views/helps/_form.html.erb 1 replace instance variable with local variable
app/views/helps/_form.html.erb 4 replace instance variable with local variable
app/views/helps/_form.html.erb 23 replace instance variable with local variable
app/views/holidays/_form.html.erb 1 replace instance variable with local variable
app/views/holidays/_holidays.html.erb 1 replace instance variable with local variable
app/views/horizontal_balance_sheet/_filter.html.erb 6 replace instance variable with local variable
app/views/horizontal_balance_sheet/_filter.html.erb 6 replace instance variable with local variable
app/views/horizontal_balance_sheet/_filter.html.erb 8 replace instance variable with local variable
app/views/horizontal_balance_sheet/_header.html.erb 4 replace instance variable with local variable
app/views/income_tax_computation/_filter.html.erb 17 replace instance variable with local variable
app/views/income_tax_computation/_filter.html.erb 19 replace instance variable with local variable
app/views/income_tax_computation/_filter.html.erb 24 replace instance variable with local variable
app/views/income_tax_computation/_filter.html.erb 28 replace instance variable with local variable
app/views/income_tax_form/_filter.html.erb 17 replace instance variable with local variable
app/views/income_tax_form/_filter.html.erb 19 replace instance variable with local variable
app/views/income_tax_form/_filter.html.erb 24 replace instance variable with local variable
app/views/income_tax_form/_filter.html.erb 28 replace instance variable with local variable
app/views/income_vouchers/_auto_complete.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_auto_complete.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_auto_complete.html.erb 10 replace instance variable with local variable
app/views/income_vouchers/_auto_complete.html.erb 10 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 4 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 21 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 22 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 22 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 22 replace instance variable with local variable
app/views/income_vouchers/_current_bal.html.erb 22 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 6 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 17 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 17 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 28 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 28 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 56 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 82 replace instance variable with local variable
app/views/income_vouchers/_edit_form.html.erb 85 replace instance variable with local variable
app/views/income_vouchers/_filter.html.erb 13 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 5 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 6 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 9 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 17 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 18 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 21 replace instance variable with local variable
app/views/income_vouchers/_filter_old.html.erb 30 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 2 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 3 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 12 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 12 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 22 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 22 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 72 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 92 replace instance variable with local variable
app/views/income_vouchers/_form.html.erb 95 replace instance variable with local variable
app/views/income_vouchers/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/income_vouchers/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/income_vouchers/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/income_vouchers/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/income_vouchers/_payment_mode.html.erb 1 replace instance variable with local variable
app/views/income_vouchers/_voucher_number.html.erb 2 replace instance variable with local variable
app/views/income_vouchers/_voucher_number.html.erb 14 replace instance variable with local variable
app/views/inventories/_form.html.erb 1 replace instance variable with local variable
app/views/inventories/_form.html.erb 2 replace instance variable with local variable
app/views/inventory_settings/_form.html.erb 1 replace instance variable with local variable
app/views/inventory_settings/_form.html.erb 2 replace instance variable with local variable
app/views/inventory_settings/_form.html.erb 4 replace instance variable with local variable
app/views/inventory_settings/_form.html.erb 7 replace instance variable with local variable
app/views/inventory_statements/_filter.html.erb 15 replace instance variable with local variable
app/views/inventory_statements/_filter.html.erb 15 replace instance variable with local variable
app/views/inventory_statements/_filter.html.erb 18 replace instance variable with local variable
app/views/inventory_statements/_filter.html.erb 23 replace instance variable with local variable
app/views/inventory_statements/_product_filter.html.erb 15 replace instance variable with local variable
app/views/inventory_statements/_product_filter.html.erb 15 replace instance variable with local variable
app/views/inventory_statements/_product_filter.html.erb 18 replace instance variable with local variable
app/views/inventory_statements/_product_filter.html.erb 23 replace instance variable with local variable
app/views/invitation_details/_form.html.erb 9 replace instance variable with local variable
app/views/invitation_details/_form.html.erb 10 replace instance variable with local variable
app/views/invoice_attachments/_form.html.erb 1 replace instance variable with local variable
app/views/invoice_attachments/_form.html.erb 2 replace instance variable with local variable
app/views/invoice_attachments/_form.html.erb 4 replace instance variable with local variable
app/views/invoice_attachments/_form.html.erb 7 replace instance variable with local variable
app/views/invoice_attachments/_show.html.erb 2 replace instance variable with local variable
app/views/invoice_returns/_allocated_invoice_return_actions.html.erb 1 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 6 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 7 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 9 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 22 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 31 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 40 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 47 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 50 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 73 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 85 replace instance variable with local variable
app/views/invoice_returns/_form.html.erb 90 replace instance variable with local variable
app/views/invoice_returns/_frozen_invoice_return_actions.html.erb 1 replace instance variable with local variable
app/views/invoice_returns/_frozen_invoice_return_actions.html.erb 2 replace instance variable with local variable
app/views/invoice_returns/_non_allocated_invoice_return_actions.html.erb 2 replace instance variable with local variable
app/views/invoice_returns/_non_allocated_invoice_return_actions.html.erb 7 replace instance variable with local variable
app/views/invoice_returns/_non_allocated_invoice_return_actions.html.erb 8 replace instance variable with local variable
app/views/invoice_returns/_non_allocated_invoice_return_actions.html.erb 10 replace instance variable with local variable
app/views/invoice_returns/_tax_line_item_details.html.erb 3 replace instance variable with local variable
app/views/invoice_returns/_unfreeze_invoice_return_actions.html.erb 1 replace instance variable with local variable
app/views/invoice_returns/_unfreeze_invoice_return_actions.html.erb 2 replace instance variable with local variable
app/views/invoice_settings/_cashfree_data.html.erb 3 replace instance variable with local variable
app/views/invoice_settings/_cashfree_data.html.erb 7 replace instance variable with local variable
app/views/invoice_settings/_cashfree_form.html.erb 5 replace instance variable with local variable
app/views/invoice_settings/_cashfree_form.html.erb 8 replace instance variable with local variable
app/views/invoice_settings/_cashfree_form.html.erb 23 replace instance variable with local variable
app/views/invoice_settings/_cashfree_form.html.erb 28 replace instance variable with local variable
app/views/invoice_settings/_change_template.html.erb 5 replace instance variable with local variable
app/views/invoice_settings/_change_template.html.erb 12 replace instance variable with local variable
app/views/invoice_settings/_change_template.html.erb 12 replace instance variable with local variable
app/views/invoice_settings/_change_template.html.erb 24 replace instance variable with local variable
app/views/invoice_settings/_form.html.erb 2 replace instance variable with local variable
app/views/invoice_settings/_insta_data.html.erb 4 replace instance variable with local variable
app/views/invoice_settings/_insta_data.html.erb 8 replace instance variable with local variable
app/views/invoice_settings/_insta_form.html.erb 5 replace instance variable with local variable
app/views/invoice_settings/_insta_form.html.erb 8 replace instance variable with local variable
app/views/invoice_settings/_template_margin.html.erb 12 replace instance variable with local variable
app/views/invoice_settings/_template_margin.html.erb 13 replace instance variable with local variable
app/views/invoice_settlement/_filter.html.erb 8 replace instance variable with local variable
app/views/invoice_settlement/_filter.html.erb 8 replace instance variable with local variable
app/views/invoice_settlement/_filter.html.erb 10 replace instance variable with local variable
app/views/invoice_settlement/_filter.html.erb 13 replace instance variable with local variable
app/views/invoice_settlement/_filter.html.erb 15 replace instance variable with local variable
app/views/invoice_statuses/_form.html.erb 1 replace instance variable with local variable
app/views/invoice_statuses/_form.html.erb 2 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 1 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 15 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 19 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 30 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 30 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 42 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 44 replace instance variable with local variable
app/views/invoices/_add_payment_form.html.erb 78 replace instance variable with local variable
app/views/invoices/_auto_calculate.html.erb 4 replace instance variable with local variable
app/views/invoices/_auto_calculate.html.erb 133 replace instance variable with local variable
app/views/invoices/_batch_details.html.erb 1 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 4 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 7 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 8 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 10 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 14 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 18 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 21 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 22 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 30 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 33 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 37 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 41 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 45 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 49 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 53 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 57 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 61 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 65 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 65 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 67 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 71 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 81 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 81 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 84 replace instance variable with local variable
app/views/invoices/_calculation_details.html.erb 85 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 3 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 3 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 3 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 8 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 16 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 20 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 20 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 40 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 56 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 68 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 71 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 87 replace instance variable with local variable
app/views/invoices/_cash_invoice_fields.html.erb 87 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 5 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 11 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 14 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 21 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 28 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 32 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 36 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 48 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 52 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 62 replace instance variable with local variable
app/views/invoices/_cash_invoice_readonly_fields.html.erb 71 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 4 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 5 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 6 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 6 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 7 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 7 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 8 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 9 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 10 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 11 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 24 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 26 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 26 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 27 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 27 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 29 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 30 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 31 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 31 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 32 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 33 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 35 replace instance variable with local variable
app/views/invoices/_cashfree_payment.html.erb 39 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 2 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 2 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 2 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_cflink_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 4 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 6 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 6 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 10 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 10 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 19 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 20 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 20 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 21 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 23 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 25 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 25 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 26 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 31 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 33 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 33 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 35 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 43 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 63 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 69 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 74 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 80 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 88 replace instance variable with local variable
app/views/invoices/_credit_invoice_fields.html.erb 96 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 3 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 5 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 8 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 8 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 12 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 16 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 18 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 22 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 26 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 34 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 42 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 49 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 56 replace instance variable with local variable
app/views/invoices/_credit_invoice_readonly_fields.html.erb 63 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 1 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 1 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 2 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 5 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 7 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 7 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 7 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 12 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 15 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 17 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 17 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 17 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 22 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 25 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 27 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 27 replace instance variable with local variable
app/views/invoices/_custom_field.html.erb 27 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 1 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 4 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 4 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 9 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 9 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/invoices/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 1 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 2 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 5 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 10 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 13 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 18 replace instance variable with local variable
app/views/invoices/_custom_field_filter.html.erb 21 replace instance variable with local variable
app/views/invoices/_deleted_invoice.html.erb 3 replace instance variable with local variable
app/views/invoices/_email_form.html.erb 34 replace instance variable with local variable
app/views/invoices/_email_form.html.erb 38 replace instance variable with local variable
app/views/invoices/_email_form.html.erb 38 replace instance variable with local variable
app/views/invoices/_email_form.html.erb 38 replace instance variable with local variable
app/views/invoices/_email_form.html.erb 38 replace instance variable with local variable
app/views/invoices/_estimate_to_invoice_item.html.erb 7 replace instance variable with local variable
app/views/invoices/_estimate_to_invoice_item.html.erb 15 replace instance variable with local variable
app/views/invoices/_estimate_to_invoice_item.html.erb 38 replace instance variable with local variable
app/views/invoices/_filter.html.erb 8 replace instance variable with local variable
app/views/invoices/_filter.html.erb 9 replace instance variable with local variable
app/views/invoices/_filter.html.erb 18 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 5 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 6 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 9 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 16 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 17 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 20 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 27 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 28 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 31 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 40 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 49 replace instance variable with local variable
app/views/invoices/_filter_old.html.erb 53 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 2 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 4 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 9 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 9 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 14 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 14 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 14 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 21 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 22 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 26 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 27 replace instance variable with local variable
app/views/invoices/_first_step.html.erb 38 replace instance variable with local variable
app/views/invoices/_footer.html.erb 4 replace instance variable with local variable
app/views/invoices/_footer.html.erb 7 replace instance variable with local variable
app/views/invoices/_form.html.erb 6 replace instance variable with local variable
app/views/invoices/_form.html.erb 7 replace instance variable with local variable
app/views/invoices/_form.html.erb 8 replace instance variable with local variable
app/views/invoices/_form.html.erb 11 replace instance variable with local variable
app/views/invoices/_form.html.erb 14 replace instance variable with local variable
app/views/invoices/_form.html.erb 15 replace instance variable with local variable
app/views/invoices/_form.html.erb 16 replace instance variable with local variable
app/views/invoices/_form.html.erb 16 replace instance variable with local variable
app/views/invoices/_form.html.erb 18 replace instance variable with local variable
app/views/invoices/_form.html.erb 19 replace instance variable with local variable
app/views/invoices/_form.html.erb 30 replace instance variable with local variable
app/views/invoices/_form.html.erb 35 replace instance variable with local variable
app/views/invoices/_form.html.erb 38 replace instance variable with local variable
app/views/invoices/_frozen_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_frozen_invoice_actions.html.erb 3 replace instance variable with local variable
app/views/invoices/_frozen_invoice_actions.html.erb 3 replace instance variable with local variable
app/views/invoices/_frozen_invoice_actions.html.erb 4 replace instance variable with local variable
app/views/invoices/_header.html.erb 4 replace instance variable with local variable
app/views/invoices/_header1.html.erb 3 replace instance variable with local variable
app/views/invoices/_header1.html.erb 7 replace instance variable with local variable
app/views/invoices/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/invoices/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/invoices/_if_no_account_available.html.erb 5 replace instance variable with local variable
app/views/invoices/_if_no_account_available.html.erb 9 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 4 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 5 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 6 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 6 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 7 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 7 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 8 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 9 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 10 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 23 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 25 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 25 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 26 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 26 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 28 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 29 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 29 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 30 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 31 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 33 replace instance variable with local variable
app/views/invoices/_instamojo_payment.html.erb 34 replace instance variable with local variable
app/views/invoices/_invoice.html.erb 8 replace instance variable with local variable
app/views/invoices/_invoice1.html.erb 8 replace instance variable with local variable
app/views/invoices/_invoice_line_items.html.erb 7 replace instance variable with local variable
app/views/invoices/_invoice_line_items.html.erb 26 replace instance variable with local variable
app/views/invoices/_invoice_receipt_vouchers.html.erb 7 replace instance variable with local variable
app/views/invoices/_invoice_receipt_vouchers.html.erb 9 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 3 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 4 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 4 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 8 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 16 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 20 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 22 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 48 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 99 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 100 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 101 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 102 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 103 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 104 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 105 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 106 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 108 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 109 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 110 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 111 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 115 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 123 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 124 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 125 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 125 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 126 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 127 replace instance variable with local variable
app/views/invoices/_last_step.html.erb 128 replace instance variable with local variable
app/views/invoices/_line_item_details.html.erb 17 replace instance variable with local variable
app/views/invoices/_line_item_details.html.erb 20 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 2 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 2 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 2 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_link_history.html.erb 4 replace instance variable with local variable
app/views/invoices/_non_returned_invoice_actions.html.erb 7 replace instance variable with local variable
app/views/invoices/_non_returned_invoice_actions.html.erb 10 replace instance variable with local variable
app/views/invoices/_non_returned_invoice_actions.html.erb 11 replace instance variable with local variable
app/views/invoices/_non_returned_invoice_actions.html.erb 15 replace instance variable with local variable
app/views/invoices/_paginate.html.erb 5 replace instance variable with local variable
app/views/invoices/_paid_cash_invoice_actions.html.erb 9 replace instance variable with local variable
app/views/invoices/_paid_credit_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_paid_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_paid_so_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_paid_so_invoice_actions.html.erb 2 replace instance variable with local variable
app/views/invoices/_paid_time_invoice_actions.html.erb 7 replace instance variable with local variable
app/views/invoices/_paid_time_invoice_actions.html.erb 11 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 5 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 5 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 7 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 7 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 8 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 8 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 9 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 9 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 10 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 10 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 12 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 12 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 18 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 23 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 26 replace instance variable with local variable
app/views/invoices/_product_invoice.html.erb 32 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 2 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 2 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 3 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 3 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 4 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 4 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 5 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 5 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 6 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 7 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 7 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 9 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 13 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 13 replace instance variable with local variable
app/views/invoices/_product_invoice_header.html.erb 13 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 1 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 7 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 8 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 12 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 13 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 19 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 26 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 26 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 27 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 33 replace instance variable with local variable
app/views/invoices/_recursion.html.erb 38 replace instance variable with local variable
app/views/invoices/_returned_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_returned_invoice_actions.html.erb 2 replace instance variable with local variable
app/views/invoices/_settled_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_settled_invoice_actions.html.erb 2 replace instance variable with local variable
app/views/invoices/_settlement_form.html.erb 10 replace instance variable with local variable
app/views/invoices/_settlement_form.html.erb 12 replace instance variable with local variable
app/views/invoices/_settlement_form.html.erb 12 replace instance variable with local variable
app/views/invoices/_settlement_form.html.erb 14 replace instance variable with local variable
app/views/invoices/_settlement_form.html.erb 22 replace instance variable with local variable
app/views/invoices/_shipping_line_items.html.erb 7 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 3 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 7 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 8 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 10 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 11 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 13 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 14 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 16 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 17 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 19 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 20 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 24 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 26 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 26 replace instance variable with local variable
app/views/invoices/_tax_and_contact_details.html.erb 27 replace instance variable with local variable
app/views/invoices/_tax_line_items.html.erb 8 replace instance variable with local variable
app/views/invoices/_tax_line_items.html.erb 13 replace instance variable with local variable
app/views/invoices/_time_invoice.html.erb 10 replace instance variable with local variable
app/views/invoices/_time_invoice.html.erb 15 replace instance variable with local variable
app/views/invoices/_time_invoice.html.erb 20 replace instance variable with local variable
app/views/invoices/_time_invoice_header.html.erb 6 replace instance variable with local variable
app/views/invoices/_time_invoice_header.html.erb 9 replace instance variable with local variable
app/views/invoices/_time_invoice_header.html.erb 13 replace instance variable with local variable
app/views/invoices/_time_line_item_details.html.erb 6 replace instance variable with local variable
app/views/invoices/_time_line_item_details.html.erb 9 replace instance variable with local variable
app/views/invoices/_time_line_items.html.erb 5 replace instance variable with local variable
app/views/invoices/_time_line_items.html.erb 23 replace instance variable with local variable
app/views/invoices/_unfreeze_invoice_actions.html.erb 1 replace instance variable with local variable
app/views/invoices/_unfreeze_invoice_actions.html.erb 2 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 2 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 6 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 10 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 16 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 31 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 34 replace instance variable with local variable
app/views/invoices/_warehouse_details.html.erb 42 replace instance variable with local variable
app/views/issue_raw_materials/_form.html.erb 1 replace instance variable with local variable
app/views/issue_raw_materials/_form.html.erb 2 replace instance variable with local variable
app/views/jobs/_form.html.erb 1 replace instance variable with local variable
app/views/jobs/_form.html.erb 2 replace instance variable with local variable
app/views/journal_imports/_form.html.erb 9 replace instance variable with local variable
app/views/journal_imports/_form.html.erb 10 replace instance variable with local variable
app/views/journals/_filter.html.erb 13 replace instance variable with local variable
app/views/journals/_form.html.erb 7 replace instance variable with local variable
app/views/journals/_form.html.erb 9 replace instance variable with local variable
app/views/journals/_form.html.erb 13 replace instance variable with local variable
app/views/journals/_form.html.erb 17 replace instance variable with local variable
app/views/journals/_form.html.erb 21 replace instance variable with local variable
app/views/journals/_form.html.erb 21 replace instance variable with local variable
app/views/journals/_form.html.erb 24 replace instance variable with local variable
app/views/journals/_form.html.erb 24 replace instance variable with local variable
app/views/journals/_form.html.erb 34 replace instance variable with local variable
app/views/journals/_form.html.erb 34 replace instance variable with local variable
app/views/journals/_form.html.erb 44 replace instance variable with local variable
app/views/journals/_form.html.erb 54 replace instance variable with local variable
app/views/journals/_form.html.erb 57 replace instance variable with local variable
app/views/journals/_form.html.erb 60 replace instance variable with local variable
app/views/journals/_form.html.erb 68 replace instance variable with local variable
app/views/journals/_form.html.erb 69 replace instance variable with local variable
app/views/journals/_form.html.erb 71 replace instance variable with local variable
app/views/journals/_form.html.erb 72 replace instance variable with local variable
app/views/journals/_form.html.erb 106 replace instance variable with local variable
app/views/journals/_form.html.erb 109 replace instance variable with local variable
app/views/journals/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/journals/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/journals/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/journals/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/journals/_journal_line_items.html.erb 5 replace instance variable with local variable
app/views/journals/_journal_line_items.html.erb 11 replace instance variable with local variable
app/views/journals/_journal_to_line_items.html.erb 3 replace instance variable with local variable
app/views/labels/_form.html.erb 1 replace instance variable with local variable
app/views/labels/_form.html.erb 2 replace instance variable with local variable
app/views/labels/_form.html.erb 4 replace instance variable with local variable
app/views/labels/_form.html.erb 7 replace instance variable with local variable
app/views/leave_cards/_form.html.erb 2 replace instance variable with local variable
app/views/leave_cards/_form.html.erb 7 replace instance variable with local variable
app/views/leave_cards/_leave_cards_details.html.erb 2 replace instance variable with local variable
app/views/leave_cards/_leave_cards_details.html.erb 16 replace instance variable with local variable
app/views/leave_cards/_leave_cards_details.html.erb 27 replace instance variable with local variable
app/views/leave_cards/_leave_cards_details.html.erb 28 replace instance variable with local variable
app/views/leave_cards/_leave_cards_details.html.erb 29 replace instance variable with local variable
app/views/leave_requests/_approved_leave_details.html.erb 2 replace instance variable with local variable
app/views/leave_requests/_approved_leave_details.html.erb 16 replace instance variable with local variable
app/views/leave_requests/_form.html.erb 14 replace instance variable with local variable
app/views/leave_requests/_form.html.erb 27 replace instance variable with local variable
app/views/leave_requests/_form.html.erb 28 replace instance variable with local variable
app/views/leave_requests/_form.html.erb 33 replace instance variable with local variable
app/views/leave_requests/_form.html.erb 61 replace instance variable with local variable
app/views/leave_requests/_form.html.erb 73 replace instance variable with local variable
app/views/leave_requests/_my_leave.html.erb 2 replace instance variable with local variable
app/views/leave_types/_form.html.erb 1 replace instance variable with local variable
app/views/leave_types/_leave_types.html.erb 1 replace instance variable with local variable
app/views/ledgers/_deleted_ledger_entry.html.erb 5 replace instance variable with local variable
app/views/ledgers/_filter.html.erb 16 replace instance variable with local variable
app/views/ledgers/_form.html.erb 1 replace instance variable with local variable
app/views/ledgers/_form.html.erb 2 replace instance variable with local variable
app/views/ledgers/_ledger.html.erb 4 replace instance variable with local variable
app/views/low_stock/_filter.html.erb 6 replace instance variable with local variable
app/views/low_stock/_filter.html.erb 6 replace instance variable with local variable
app/views/low_stock/_filter.html.erb 8 replace instance variable with local variable
app/views/low_stock/_filter.html.erb 8 replace instance variable with local variable
app/views/master_objectives/_form.html.erb 1 replace instance variable with local variable
app/views/master_objectives/_form.html.erb 2 replace instance variable with local variable
app/views/master_objectives/_form.html.erb 11 replace instance variable with local variable
app/views/master_objectives/_form.html.erb 26 replace instance variable with local variable
app/views/messages/_form.html.erb 1 replace instance variable with local variable
app/views/messages/_form.html.erb 2 replace instance variable with local variable
app/views/messages/_form.html.erb 7 replace instance variable with local variable
app/views/messages/_message.html.erb 13 replace instance variable with local variable
app/views/messages/_message_row.html.erb 1 replace instance variable with local variable
app/views/messages/_msg_field.html.erb 7 replace instance variable with local variable
app/views/messages/_reply_msg.html.erb 1 replace instance variable with local variable
app/views/messages/_reply_msg.html.erb 2 replace instance variable with local variable
app/views/messages/_show_tags.html.erb 2 replace instance variable with local variable
app/views/messages/_show_tags.html.erb 3 replace instance variable with local variable
app/views/messages/_show_tags.html.erb 8 replace instance variable with local variable
app/views/my_organisation/_announcement.html.erb 1 replace instance variable with local variable
app/views/myfiles/_form.html.erb 1 replace instance variable with local variable
app/views/myfiles/_form.html.erb 2 replace instance variable with local variable
app/views/myfiles/_form.html.erb 7 replace instance variable with local variable
app/views/myprofile/_activity_details.html.erb 12 replace instance variable with local variable
app/views/myprofile/_activity_details.html.erb 14 replace instance variable with local variable
app/views/myprofile/_activity_details.html.erb 14 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 11 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 12 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 13 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 14 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 16 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 16 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 19 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 20 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 21 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 22 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 22 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 34 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 35 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 36 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 37 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 40 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 41 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 42 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 43 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 44 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 45 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 46 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 53 replace instance variable with local variable
app/views/myprofile/_basic_details.html.erb 53 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 1 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 21 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 31 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 32 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 33 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 44 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 44 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 51 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 67 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 87 replace instance variable with local variable
app/views/myprofile/_leave_details.html.erb 87 replace instance variable with local variable
app/views/myprofile/_remove_picture.html.erb 1 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 1 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 17 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 19 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 19 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 20 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 21 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 21 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 34 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 40 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 44 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 68 replace instance variable with local variable
app/views/myprofile/_salary_details.erb 85 replace instance variable with local variable
app/views/myprofile/_update_picture.html.erb 1 replace instance variable with local variable
app/views/myprofile/_update_picture.html.erb 3 replace instance variable with local variable
app/views/notes/_form.html.erb 1 replace instance variable with local variable
app/views/notes/_form.html.erb 2 replace instance variable with local variable
app/views/notes/_note_row.html.erb 1 replace instance variable with local variable
app/views/notes/_show_tags.html.erb 2 replace instance variable with local variable
app/views/notes/_tag_display.html.erb 1 replace instance variable with local variable
app/views/notes/_tag_display.html.erb 7 replace instance variable with local variable
app/views/organisation_announcements/_announcement.html.erb 1 replace instance variable with local variable
app/views/organisation_announcements/_form.html.erb 1 replace instance variable with local variable
app/views/organisation_announcements/_form.html.erb 2 replace instance variable with local variable
app/views/organisation_announcements/_form.html.erb 24 replace instance variable with local variable
app/views/organisation_announcements/_form.html.erb 25 replace instance variable with local variable
app/views/payhead_types/_form.html.erb 1 replace instance variable with local variable
app/views/payhead_types/_form.html.erb 2 replace instance variable with local variable
app/views/payheads/_form.html.erb 1 replace instance variable with local variable
app/views/payheads/_form.html.erb 2 replace instance variable with local variable
app/views/payheads/_form.html.erb 48 replace instance variable with local variable
app/views/payheads/_form.html.erb 49 replace instance variable with local variable
app/views/payheads/_form.html.erb 52 replace instance variable with local variable
app/views/payheads/_form.html.erb 53 replace instance variable with local variable
app/views/payheads/_form.html.erb 53 replace instance variable with local variable
app/views/payheads/_form.html.erb 69 replace instance variable with local variable
app/views/payheads/_form.html.erb 70 replace instance variable with local variable
app/views/payheads/_form.html.erb 73 replace instance variable with local variable
app/views/payheads/_form.html.erb 73 replace instance variable with local variable
app/views/payheads/_form.html.erb 74 replace instance variable with local variable
app/views/payheads/_form.html.erb 74 replace instance variable with local variable
app/views/payheads/_form.html.erb 92 replace instance variable with local variable
app/views/payheads/_form.html.erb 92 replace instance variable with local variable
app/views/payheads/_form.html.erb 93 replace instance variable with local variable
app/views/payheads/_form.html.erb 93 replace instance variable with local variable
app/views/payheads/_form.html.erb 96 replace instance variable with local variable
app/views/payheads/_form.html.erb 97 replace instance variable with local variable
app/views/payheads/_payhead_account.html.erb 2 replace instance variable with local variable
app/views/payheads/_payhead_account.html.erb 2 replace instance variable with local variable
app/views/payheads/_payhead_account.html.erb 2 replace instance variable with local variable
app/views/payment_advice/_filter.html.erb 8 replace instance variable with local variable
app/views/payment_advice/_header.html.erb 4 replace instance variable with local variable
app/views/payment_vouchers/_account_select.html.erb 1 replace instance variable with local variable
app/views/payment_vouchers/_account_select.html.erb 1 replace instance variable with local variable
app/views/payment_vouchers/_account_select.html.erb 1 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 11 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 14 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 14 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 25 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 25 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 25 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 25 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 35 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 35 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 35 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 45 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 45 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 53 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 53 replace instance variable with local variable
app/views/payment_vouchers/_against_vouchers_form.html.erb 53 replace instance variable with local variable
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 6 replace instance variable with local variable
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 6 replace instance variable with local variable
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 29 replace instance variable with local variable
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 29 replace instance variable with local variable
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 35 replace instance variable with local variable
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 35 replace instance variable with local variable
app/views/payment_vouchers/_edit_against_vouchers_form.html.erb 9 replace instance variable with local variable
app/views/payment_vouchers/_edit_against_vouchers_form.html.erb 9 replace instance variable with local variable
app/views/payment_vouchers/_edit_against_vouchers_form.html.erb 19 replace instance variable with local variable
app/views/payment_vouchers/_edit_against_vouchers_form.html.erb 19 replace instance variable with local variable
app/views/payment_vouchers/_edit_against_vouchers_form.html.erb 38 replace instance variable with local variable
app/views/payment_vouchers/_edit_against_vouchers_form.html.erb 38 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 6 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 8 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 15 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 19 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 22 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 30 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 33 replace instance variable with local variable
app/views/payment_vouchers/_edit_form.html.erb 57 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 5 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 6 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 14 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 14 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 23 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 24 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 24 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 36 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 39 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 51 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 51 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 66 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 66 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 66 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 72 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 73 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 98 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 98 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 101 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 107 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 107 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 113 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 113 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 122 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 128 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 155 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 161 replace instance variable with local variable
app/views/payment_vouchers/_expense_form.html.erb 181 replace instance variable with local variable
app/views/payment_vouchers/_filter.html.erb 13 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 6 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 9 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 10 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 12 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 13 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 15 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 16 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 21 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 24 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 56 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 78 replace instance variable with local variable
app/views/payment_vouchers/_form.html.erb 81 replace instance variable with local variable
app/views/payment_vouchers/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 11 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 14 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 14 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 23 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 23 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 23 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 32 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 32 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 40 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 40 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 65 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 65 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 65 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 68 replace instance variable with local variable
app/views/payment_vouchers/_other_payment_form.html.erb 68 replace instance variable with local variable
app/views/payment_vouchers/_payment_mode.html.erb 2 replace instance variable with local variable
app/views/payment_vouchers/_voucher_number.html.erb 2 replace instance variable with local variable
app/views/payment_vouchers/_voucher_number.html.erb 14 replace instance variable with local variable
app/views/payments/_form.html.erb 1 replace instance variable with local variable
app/views/payments/_form.html.erb 2 replace instance variable with local variable
app/views/payments/_form.html.erb 58 replace instance variable with local variable
app/views/payments/_form.html.erb 63 replace instance variable with local variable
app/views/payroll_execution_jobs/_form.html.erb 1 replace instance variable with local variable
app/views/payroll_execution_jobs/_form.html.erb 33 replace instance variable with local variable
app/views/payroll_register/_filter.html.erb 17 replace instance variable with local variable
app/views/payroll_register/_filter.html.erb 19 replace instance variable with local variable
app/views/payroll_register/_filter.html.erb 24 replace instance variable with local variable
app/views/payroll_register/_filter.html.erb 28 replace instance variable with local variable
app/views/payroll_reports/_filter.html.erb 17 replace instance variable with local variable
app/views/payroll_reports/_filter.html.erb 19 replace instance variable with local variable
app/views/payroll_reports/_filter.html.erb 24 replace instance variable with local variable
app/views/payroll_reports/_filter.html.erb 28 replace instance variable with local variable
app/views/payroll_settings/_form.html.erb 1 replace instance variable with local variable
app/views/payroll_settings/_form.html.erb 2 replace instance variable with local variable
app/views/payroll_settings/_form.html.erb 4 replace instance variable with local variable
app/views/payroll_settings/_form.html.erb 7 replace instance variable with local variable
app/views/pbreferrals/_form.html.erb 1 replace instance variable with local variable
app/views/pbreferrals/_form.html.erb 2 replace instance variable with local variable
app/views/pbreferrals/_form.html.erb 24 replace instance variable with local variable
app/views/pbreferrals/_form.html.erb 24 replace instance variable with local variable
app/views/plan_properties/_form.html.erb 1 replace instance variable with local variable
app/views/plan_properties/_form.html.erb 2 replace instance variable with local variable
app/views/plan_properties/_form.html.erb 4 replace instance variable with local variable
app/views/plan_properties/_form.html.erb 7 replace instance variable with local variable
app/views/policy_documents/_form.html.erb 1 replace instance variable with local variable
app/views/policy_documents/_form.html.erb 2 replace instance variable with local variable
app/views/policy_documents/_form.html.erb 6 replace instance variable with local variable
app/views/posts/_form.html.erb 2 replace instance variable with local variable
app/views/posts/_form.html.erb 3 replace instance variable with local variable
app/views/posts/_form.html.erb 5 replace instance variable with local variable
app/views/posts/_form.html.erb 7 replace instance variable with local variable
app/views/process_payrolls/_form.html.erb 1 replace instance variable with local variable
app/views/process_payrolls/_form.html.erb 2 replace instance variable with local variable
app/views/process_payrolls/_form.html.erb 19 replace instance variable with local variable
app/views/product_imports/_form.html.erb 9 replace instance variable with local variable
app/views/product_imports/_form.html.erb 10 replace instance variable with local variable
app/views/product_settings/_form.html.erb 1 replace instance variable with local variable
app/views/product_wise_stock/_filter.html.erb 6 replace instance variable with local variable
app/views/product_wise_stock/_filter.html.erb 6 replace instance variable with local variable
app/views/product_wise_stock/_filter.html.erb 8 replace instance variable with local variable
app/views/product_wise_stock/_filter.html.erb 8 replace instance variable with local variable
app/views/product_wise_stock/_header.html.erb 3 replace instance variable with local variable
app/views/products/_batch_warehouse_details.html.erb 19 replace instance variable with local variable
app/views/products/_batch_warehouse_details.html.erb 22 replace instance variable with local variable
app/views/products/_batch_warehouse_details.html.erb 35 replace instance variable with local variable
app/views/products/_batch_warehouse_details.html.erb 37 replace instance variable with local variable
app/views/products/_batch_warehouse_details.html.erb 48 replace instance variable with local variable
app/views/products/_batch_warehouse_details.html.erb 49 replace instance variable with local variable
app/views/products/_footer.html.erb 2 replace instance variable with local variable
app/views/products/_form.html.erb 1 replace instance variable with local variable
app/views/products/_form.html.erb 3 replace instance variable with local variable
app/views/products/_form.html.erb 4 replace instance variable with local variable
app/views/products/_form.html.erb 8 replace instance variable with local variable
app/views/products/_form.html.erb 13 replace instance variable with local variable
app/views/products/_form.html.erb 14 replace instance variable with local variable
app/views/products/_form.html.erb 16 replace instance variable with local variable
app/views/products/_form.html.erb 22 replace instance variable with local variable
app/views/products/_form.html.erb 27 replace instance variable with local variable
app/views/products/_form.html.erb 30 replace instance variable with local variable
app/views/products/_form.html.erb 31 replace instance variable with local variable
app/views/products/_form.html.erb 40 replace instance variable with local variable
app/views/products/_form.html.erb 41 replace instance variable with local variable
app/views/products/_form.html.erb 45 replace instance variable with local variable
app/views/products/_form.html.erb 46 replace instance variable with local variable
app/views/products/_form.html.erb 55 replace instance variable with local variable
app/views/products/_form.html.erb 63 replace instance variable with local variable
app/views/products/_form.html.erb 64 replace instance variable with local variable
app/views/products/_form.html.erb 68 replace instance variable with local variable
app/views/products/_form.html.erb 69 replace instance variable with local variable
app/views/products/_form.html.erb 77 replace instance variable with local variable
app/views/products/_form.html.erb 77 replace instance variable with local variable
app/views/products/_form.html.erb 79 replace instance variable with local variable
app/views/products/_form.html.erb 79 replace instance variable with local variable
app/views/products/_form.html.erb 82 replace instance variable with local variable
app/views/products/_form.html.erb 91 replace instance variable with local variable
app/views/products/_form.html.erb 101 replace instance variable with local variable
app/views/products/_form.html.erb 101 replace instance variable with local variable
app/views/products/_form.html.erb 101 replace instance variable with local variable
app/views/products/_form.html.erb 101 replace instance variable with local variable
app/views/products/_form.html.erb 101 replace instance variable with local variable
app/views/products/_form.html.erb 101 replace instance variable with local variable
app/views/products/_form.html.erb 106 replace instance variable with local variable
app/views/products/_form.html.erb 106 replace instance variable with local variable
app/views/products/_form.html.erb 106 replace instance variable with local variable
app/views/products/_form.html.erb 111 replace instance variable with local variable
app/views/products/_form.html.erb 114 replace instance variable with local variable
app/views/products/_form.html.erb 114 replace instance variable with local variable
app/views/products/_form.html.erb 125 replace instance variable with local variable
app/views/products/_form.html.erb 125 replace instance variable with local variable
app/views/products/_form.html.erb 125 replace instance variable with local variable
app/views/products/_form.html.erb 125 replace instance variable with local variable
app/views/products/_form.html.erb 130 replace instance variable with local variable
app/views/products/_form.html.erb 130 replace instance variable with local variable
app/views/products/_form.html.erb 130 replace instance variable with local variable
app/views/products/_form.html.erb 135 replace instance variable with local variable
app/views/products/_form.html.erb 138 replace instance variable with local variable
app/views/products/_form.html.erb 138 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 1 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 2 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 2 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 2 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 9 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 14 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 17 replace instance variable with local variable
app/views/products/_hsn_code_details.html.erb 18 replace instance variable with local variable
app/views/products/_modal_body.html.erb 15 replace instance variable with local variable
app/views/products/_modal_body.html.erb 20 replace instance variable with local variable
app/views/products/_new_row.html.erb 2 replace instance variable with local variable
app/views/products/_product.html.erb 10 replace instance variable with local variable
app/views/products/_product_view.html.erb 5 replace instance variable with local variable
app/views/products/_product_view.html.erb 8 replace instance variable with local variable
app/views/products/_product_view.html.erb 9 replace instance variable with local variable
app/views/products/_product_view.html.erb 10 replace instance variable with local variable
app/views/products/_product_view.html.erb 12 replace instance variable with local variable
app/views/products/_product_view.html.erb 13 replace instance variable with local variable
app/views/products/_product_view.html.erb 14 replace instance variable with local variable
app/views/products/_product_view.html.erb 15 replace instance variable with local variable
app/views/products/_product_view.html.erb 16 replace instance variable with local variable
app/views/products/_product_view.html.erb 16 replace instance variable with local variable
app/views/products/_product_view.html.erb 17 replace instance variable with local variable
app/views/products/_product_view.html.erb 19 replace instance variable with local variable
app/views/products/_product_view.html.erb 20 replace instance variable with local variable
app/views/products/_product_view.html.erb 20 replace instance variable with local variable
app/views/products/_product_view.html.erb 21 replace instance variable with local variable
app/views/products/_product_view.html.erb 23 replace instance variable with local variable
app/views/products/_product_view.html.erb 24 replace instance variable with local variable
app/views/products/_product_view.html.erb 24 replace instance variable with local variable
app/views/products/_product_view.html.erb 25 replace instance variable with local variable
app/views/products/_product_view.html.erb 26 replace instance variable with local variable
app/views/products/_product_view.html.erb 26 replace instance variable with local variable
app/views/products/_product_view.html.erb 27 replace instance variable with local variable
app/views/products/_product_view.html.erb 32 replace instance variable with local variable
app/views/products/_product_view.html.erb 38 replace instance variable with local variable
app/views/products/_product_view.html.erb 51 replace instance variable with local variable
app/views/products/_product_view.html.erb 55 replace instance variable with local variable
app/views/products/_product_view.html.erb 63 replace instance variable with local variable
app/views/products/_product_view.html.erb 64 replace instance variable with local variable
app/views/products/_product_view.html.erb 82 replace instance variable with local variable
app/views/products/_product_view.html.erb 87 replace instance variable with local variable
app/views/products/_product_view.html.erb 101 replace instance variable with local variable
app/views/products/_product_view.html.erb 101 replace instance variable with local variable
app/views/products/_product_view.html.erb 103 replace instance variable with local variable
app/views/products/_product_view.html.erb 108 replace instance variable with local variable
app/views/products/_product_view.html.erb 108 replace instance variable with local variable
app/views/products/_product_view.html.erb 109 replace instance variable with local variable
app/views/products/_product_view.html.erb 132 replace instance variable with local variable
app/views/products/_product_view.html.erb 136 replace instance variable with local variable
app/views/products/_product_view.html.erb 138 replace instance variable with local variable
app/views/products/_product_view.html.erb 144 replace instance variable with local variable
app/views/products/_product_view.html.erb 145 replace instance variable with local variable
app/views/products/_product_view.html.erb 163 replace instance variable with local variable
app/views/products/_product_view.html.erb 166 replace instance variable with local variable
app/views/products/_service_view.html.erb 5 replace instance variable with local variable
app/views/products/_service_view.html.erb 8 replace instance variable with local variable
app/views/products/_service_view.html.erb 9 replace instance variable with local variable
app/views/products/_service_view.html.erb 10 replace instance variable with local variable
app/views/products/_service_view.html.erb 11 replace instance variable with local variable
app/views/products/_service_view.html.erb 12 replace instance variable with local variable
app/views/products/_service_view.html.erb 13 replace instance variable with local variable
app/views/products/_service_view.html.erb 13 replace instance variable with local variable
app/views/products/_service_view.html.erb 14 replace instance variable with local variable
app/views/products/_service_view.html.erb 16 replace instance variable with local variable
app/views/products/_service_view.html.erb 17 replace instance variable with local variable
app/views/products/_service_view.html.erb 17 replace instance variable with local variable
app/views/products/_service_view.html.erb 18 replace instance variable with local variable
app/views/products/_service_view.html.erb 19 replace instance variable with local variable
app/views/products/_service_view.html.erb 20 replace instance variable with local variable
app/views/products/_service_view.html.erb 20 replace instance variable with local variable
app/views/products/_service_view.html.erb 21 replace instance variable with local variable
app/views/products/_service_view.html.erb 22 replace instance variable with local variable
app/views/products/_service_view.html.erb 22 replace instance variable with local variable
app/views/products/_service_view.html.erb 23 replace instance variable with local variable
app/views/products/_service_view.html.erb 31 replace instance variable with local variable
app/views/products/_service_view.html.erb 31 replace instance variable with local variable
app/views/products/_service_view.html.erb 33 replace instance variable with local variable
app/views/products/_service_view.html.erb 38 replace instance variable with local variable
app/views/products/_service_view.html.erb 38 replace instance variable with local variable
app/views/products/_service_view.html.erb 39 replace instance variable with local variable
app/views/products/_service_view.html.erb 62 replace instance variable with local variable
app/views/products/_service_view.html.erb 66 replace instance variable with local variable
app/views/products/_service_view.html.erb 68 replace instance variable with local variable
app/views/products/_service_view.html.erb 74 replace instance variable with local variable
app/views/products/_service_view.html.erb 75 replace instance variable with local variable
app/views/products/_service_view.html.erb 92 replace instance variable with local variable
app/views/products/_service_view.html.erb 95 replace instance variable with local variable
app/views/products/_warehouse_details.html.erb 19 replace instance variable with local variable
app/views/products/_warehouse_details.html.erb 24 replace instance variable with local variable
app/views/products/_warehouse_details.html.erb 25 replace instance variable with local variable
app/views/products/_warehouse_details.html.erb 30 replace instance variable with local variable
app/views/products/_warehouse_details.html.erb 42 replace instance variable with local variable
app/views/products/_warehouse_details.html.erb 45 replace instance variable with local variable
app/views/projects/_completed_project.html.erb 14 replace instance variable with local variable
app/views/projects/_expense.html.erb 1 replace instance variable with local variable
app/views/projects/_filter.html.erb 2 replace instance variable with local variable
app/views/projects/_form.html.erb 6 replace instance variable with local variable
app/views/projects/_form.html.erb 7 replace instance variable with local variable
app/views/projects/_form.html.erb 25 replace instance variable with local variable
app/views/projects/_invoice.html.erb 1 replace instance variable with local variable
app/views/projects/_ongoing_project.html.erb 14 replace instance variable with local variable
app/views/projects/_project.html.erb 14 replace instance variable with local variable
app/views/projects/_purchase.html.erb 1 replace instance variable with local variable
app/views/projects/_purchase.html.erb 26 replace instance variable with local variable
app/views/projects/_receipt_voucher.html.erb 1 replace instance variable with local variable
app/views/projects/_task.html.erb 1 replace instance variable with local variable
app/views/projects/_voucher.html.erb 13 replace instance variable with local variable
app/views/projects/_voucher.html.erb 32 replace instance variable with local variable
app/views/provident_fund_form5/_filter.html.erb 17 replace instance variable with local variable
app/views/provident_fund_form5/_filter.html.erb 19 replace instance variable with local variable
app/views/provident_fund_form5/_filter.html.erb 24 replace instance variable with local variable
app/views/provident_fund_form5/_filter.html.erb 28 replace instance variable with local variable
app/views/purchase_attachments/_form.html.erb 1 replace instance variable with local variable
app/views/purchase_attachments/_form.html.erb 2 replace instance variable with local variable
app/views/purchase_attachments/_form.html.erb 4 replace instance variable with local variable
app/views/purchase_attachments/_form.html.erb 7 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 1 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 3 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 3 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 4 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 5 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 6 replace instance variable with local variable
app/views/purchase_attachments/_show.html.erb 11 replace instance variable with local variable
app/views/purchase_orders/_auto_calculate.html.erb 43 replace instance variable with local variable
app/views/purchase_orders/_email_form.html.erb 33 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 7 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 11 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 14 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 18 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 28 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 28 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 36 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 36 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 37 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 50 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 50 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 64 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 69 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 72 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 75 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 79 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 84 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 117 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 117 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 118 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 119 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 122 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 122 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 128 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 130 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 130 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 144 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 144 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 144 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 148 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 148 replace instance variable with local variable
app/views/purchase_orders/_form.html.erb 148 replace instance variable with local variable
app/views/purchase_orders/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/purchase_orders/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/purchase_orders/_if_no_account_available.html.erb 5 replace instance variable with local variable
app/views/purchase_orders/_if_no_account_available.html.erb 9 replace instance variable with local variable
app/views/purchase_orders/_line_item_details.html.erb 6 replace instance variable with local variable
app/views/purchase_orders/_other_charge_line_item_details.html.erb 2 replace instance variable with local variable
app/views/purchase_orders/_other_charge_line_items.html.erb 9 replace instance variable with local variable
app/views/purchase_orders/_purchase_order_line_items.html.erb 6 replace instance variable with local variable
app/views/purchase_orders/_purchase_order_line_items.html.erb 26 replace instance variable with local variable
app/views/purchase_orders/_tax_line_item_details.html.erb 2 replace instance variable with local variable
app/views/purchase_orders/_tax_line_item_details.html.erb 3 replace instance variable with local variable
app/views/purchase_orders/_tax_line_items.html.erb 7 replace instance variable with local variable
app/views/purchase_return_line_items/_form.html.erb 1 replace instance variable with local variable
app/views/purchase_return_line_items/_form.html.erb 2 replace instance variable with local variable
app/views/purchase_return_line_items/_form.html.erb 4 replace instance variable with local variable
app/views/purchase_return_line_items/_form.html.erb 7 replace instance variable with local variable
app/views/purchase_returns/_allocated_purchase_return_actions.html.erb 1 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 6 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 7 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 9 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 21 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 31 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 40 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 47 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 50 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 73 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 85 replace instance variable with local variable
app/views/purchase_returns/_form.html.erb 90 replace instance variable with local variable
app/views/purchase_returns/_frozen_header.html.erb 1 replace instance variable with local variable
app/views/purchase_returns/_frozen_header.html.erb 2 replace instance variable with local variable
app/views/purchase_returns/_non_allocated_purchase_return_actions.html.erb 2 replace instance variable with local variable
app/views/purchase_returns/_non_allocated_purchase_return_actions.html.erb 7 replace instance variable with local variable
app/views/purchase_returns/_non_allocated_purchase_return_actions.html.erb 8 replace instance variable with local variable
app/views/purchase_returns/_non_allocated_purchase_return_actions.html.erb 10 replace instance variable with local variable
app/views/purchase_returns/_tax_line_item_details.html.erb 3 replace instance variable with local variable
app/views/purchase_returns/_unfreeze_header.html.erb 1 replace instance variable with local variable
app/views/purchase_returns/_unfreeze_header.html.erb 2 replace instance variable with local variable
app/views/purchase_settlement/_filter.html.erb 15 replace instance variable with local variable
app/views/purchase_settlement/_filter.html.erb 15 replace instance variable with local variable
app/views/purchase_settlement/_filter.html.erb 17 replace instance variable with local variable
app/views/purchase_settlement/_filter.html.erb 19 replace instance variable with local variable
app/views/purchase_settlement/_filter.html.erb 21 replace instance variable with local variable
app/views/purchases/_auto_calculate.html.erb 3 replace instance variable with local variable
app/views/purchases/_auto_calculate.html.erb 84 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 1 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 1 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 3 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 5 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 6 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 6 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 6 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 10 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 12 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 13 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 13 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 13 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 17 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 19 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 20 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 20 replace instance variable with local variable
app/views/purchases/_custom_field.html.erb 20 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 1 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 11 replace instance variable with local variable
app/views/purchases/_custom_field_details.html.erb 11 replace instance variable with local variable
app/views/purchases/_deleted_purchase.html.erb 8 replace instance variable with local variable
app/views/purchases/_discount_line_items.html.erb 8 replace instance variable with local variable
app/views/purchases/_discount_line_items.html.erb 12 replace instance variable with local variable
app/views/purchases/_filter.html.erb 9 replace instance variable with local variable
app/views/purchases/_filter.html.erb 17 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 3 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 7 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 15 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 15 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 17 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 17 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 21 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 22 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 22 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 23 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 29 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 30 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 30 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 31 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 33 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 33 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 34 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 62 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 62 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 65 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 65 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 72 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 73 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 77 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 78 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 95 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 100 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 104 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 108 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 113 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 147 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 147 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 147 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 151 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 151 replace instance variable with local variable
app/views/purchases/_first_step.html.erb 151 replace instance variable with local variable
app/views/purchases/_first_step_heading.html.erb 1 replace instance variable with local variable
app/views/purchases/_form.html.erb 1 replace instance variable with local variable
app/views/purchases/_form.html.erb 8 replace instance variable with local variable
app/views/purchases/_form.html.erb 9 replace instance variable with local variable
app/views/purchases/_form.html.erb 11 replace instance variable with local variable
app/views/purchases/_form.html.erb 15 replace instance variable with local variable
app/views/purchases/_form.html.erb 15 replace instance variable with local variable
app/views/purchases/_form.html.erb 15 replace instance variable with local variable
app/views/purchases/_form.html.erb 17 replace instance variable with local variable
app/views/purchases/_form.html.erb 26 replace instance variable with local variable
app/views/purchases/_frozen_purchase_actions.html.erb 1 replace instance variable with local variable
app/views/purchases/_frozen_purchase_actions.html.erb 2 replace instance variable with local variable
app/views/purchases/_frozen_purchase_actions.html.erb 9 replace instance variable with local variable
app/views/purchases/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/purchases/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/purchases/_if_no_account_available.html.erb 5 replace instance variable with local variable
app/views/purchases/_if_no_account_available.html.erb 9 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 3 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 4 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 4 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 9 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 13 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 24 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 28 replace instance variable with local variable
app/views/purchases/_last_step.html.erb 98 replace instance variable with local variable
app/views/purchases/_last_step_heading.html.erb 1 replace instance variable with local variable
app/views/purchases/_line_item.html.erb 4 replace instance variable with local variable
app/views/purchases/_non_returned_purchase_actions.html.erb 1 replace instance variable with local variable
app/views/purchases/_non_returned_purchase_actions.html.erb 5 replace instance variable with local variable
app/views/purchases/_non_returned_purchase_actions.html.erb 10 replace instance variable with local variable
app/views/purchases/_non_returned_purchase_actions.html.erb 11 replace instance variable with local variable
app/views/purchases/_other_charge_line_item_details.html.erb 2 replace instance variable with local variable
app/views/purchases/_other_charge_line_items.html.erb 9 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 1 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 14 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 18 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 23 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 25 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 27 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 37 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 37 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 64 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 64 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 68 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 69 replace instance variable with local variable
app/views/purchases/_payment_form.html.erb 98 replace instance variable with local variable
app/views/purchases/_po_to_purchase_line_items.html.erb 16 replace instance variable with local variable
app/views/purchases/_po_to_purchase_line_items.html.erb 21 replace instance variable with local variable
app/views/purchases/_purchase_details.html.erb 7 replace instance variable with local variable
app/views/purchases/_purchase_line_item_fields.html.erb 1 replace instance variable with local variable
app/views/purchases/_purchase_line_items.html.erb 7 replace instance variable with local variable
app/views/purchases/_purchase_line_items.html.erb 7 replace instance variable with local variable
app/views/purchases/_purchase_line_items.html.erb 8 replace instance variable with local variable
app/views/purchases/_purchase_line_items.html.erb 32 replace instance variable with local variable
app/views/purchases/_purchase_payment_vouchers.html.erb 1 replace instance variable with local variable
app/views/purchases/_purchase_payment_vouchers.html.erb 8 replace instance variable with local variable
app/views/purchases/_purchase_payment_vouchers.html.erb 10 replace instance variable with local variable
app/views/purchases/_purchase_warehouse_details.html.erb 3 replace instance variable with local variable
app/views/purchases/_purchase_warehouse_details.html.erb 5 replace instance variable with local variable
app/views/purchases/_returned_purchase_actions.html.erb 1 replace instance variable with local variable
app/views/purchases/_returned_purchase_actions.html.erb 1 replace instance variable with local variable
app/views/purchases/_settlement_form.html.erb 10 replace instance variable with local variable
app/views/purchases/_settlement_form.html.erb 12 replace instance variable with local variable
app/views/purchases/_settlement_form.html.erb 12 replace instance variable with local variable
app/views/purchases/_settlement_form.html.erb 14 replace instance variable with local variable
app/views/purchases/_settlement_form.html.erb 22 replace instance variable with local variable
app/views/purchases/_tax_line_item_details.html.erb 7 replace instance variable with local variable
app/views/purchases/_tax_line_items.html.erb 8 replace instance variable with local variable
app/views/purchases/_tax_line_items.html.erb 13 replace instance variable with local variable
app/views/purchases/_unfreeze_purchase_actions.html.erb 1 replace instance variable with local variable
app/views/purchases/_unfreeze_purchase_actions.html.erb 2 replace instance variable with local variable
app/views/purchases/_unfreeze_purchase_actions.html.erb 8 replace instance variable with local variable
app/views/purchases/_unfreeze_purchase_actions.html.erb 10 replace instance variable with local variable
app/views/purchases/_warehouse_details.html.erb 15 replace instance variable with local variable
app/views/purchases/_warehouse_details.html.erb 21 replace instance variable with local variable
app/views/purchases/_warehouse_details.html.erb 28 replace instance variable with local variable
app/views/receipt_vouchers/_card_details.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_card_details.html.erb 2 replace instance variable with local variable
app/views/receipt_vouchers/_card_details.html.erb 4 replace instance variable with local variable
app/views/receipt_vouchers/_card_details.html.erb 5 replace instance variable with local variable
app/views/receipt_vouchers/_cheque_details.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_cheque_details.html.erb 2 replace instance variable with local variable
app/views/receipt_vouchers/_cheque_details.html.erb 3 replace instance variable with local variable
app/views/receipt_vouchers/_cheque_details.html.erb 4 replace instance variable with local variable
app/views/receipt_vouchers/_customer_invoices.html.erb 15 replace instance variable with local variable
app/views/receipt_vouchers/_customer_unpaid_invoice_details.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_customer_unpaid_invoice_details.html.erb 16 replace instance variable with local variable
app/views/receipt_vouchers/_deleted_receipt_voucher.html.erb 3 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 7 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 8 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 16 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 16 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 34 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 34 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 34 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 69 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 81 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 81 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 87 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 87 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 91 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 91 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 98 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 99 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 108 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 109 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 115 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 140 replace instance variable with local variable
app/views/receipt_vouchers/_edit_form.html.erb 143 replace instance variable with local variable
app/views/receipt_vouchers/_email_form.html.erb 27 replace instance variable with local variable
app/views/receipt_vouchers/_filter.html.erb 10 replace instance variable with local variable
app/views/receipt_vouchers/_filter.html.erb 11 replace instance variable with local variable
app/views/receipt_vouchers/_filter.html.erb 15 replace instance variable with local variable
app/views/receipt_vouchers/_footer.html.erb 5 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 3 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 4 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 12 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 13 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 13 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 16 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 17 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 17 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 19 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 27 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 27 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 29 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 37 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 49 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 54 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 67 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 103 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 103 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 113 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 113 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 119 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 119 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 125 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 154 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 157 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 177 replace instance variable with local variable
app/views/receipt_vouchers/_form.html.erb 180 replace instance variable with local variable
app/views/receipt_vouchers/_header.html.erb 7 replace instance variable with local variable
app/views/receipt_vouchers/_if_no_account_available.html.erb 2 replace instance variable with local variable
app/views/receipt_vouchers/_internetbanking_details.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_internetbanking_details.html.erb 2 replace instance variable with local variable
app/views/receipt_vouchers/_internetbanking_details.html.erb 3 replace instance variable with local variable
app/views/receipt_vouchers/_invoices.html.erb 19 replace instance variable with local variable
app/views/receipt_vouchers/_invoices.html.erb 24 replace instance variable with local variable
app/views/receipt_vouchers/_invoices.html.erb 34 replace instance variable with local variable
app/views/receipt_vouchers/_invoices.html.erb 38 replace instance variable with local variable
app/views/receipt_vouchers/_payment_mode.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_receipt_voucher.html.erb 7 replace instance variable with local variable
app/views/receipt_vouchers/_reimbursement_voucher_line_items.html.erb 14 replace instance variable with local variable
app/views/receipt_vouchers/_reimbursement_voucher_line_items.html.erb 17 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_invoice_details.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_invoice_details.html.erb 16 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 1 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 16 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 35 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 55 replace instance variable with local variable
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 56 replace instance variable with local variable
app/views/receive_cashes/_form.html.erb 1 replace instance variable with local variable
app/views/receive_cashes/_form.html.erb 2 replace instance variable with local variable
app/views/receive_cashes/_form.html.erb 60 replace instance variable with local variable
app/views/receive_cashes/_form.html.erb 65 replace instance variable with local variable
app/views/reimbursement_note_attachments/_header.html.erb 5 replace instance variable with local variable
app/views/reimbursement_note_attachments/_show.html.erb 2 replace instance variable with local variable
app/views/reimbursement_note_attachments/_show.html.erb 7 replace instance variable with local variable
app/views/reimbursement_notes/_email_form.html.erb 33 replace instance variable with local variable
app/views/reimbursement_notes/_filter.html.erb 11 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 7 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 8 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 10 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 23 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 43 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 43 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 68 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 73 replace instance variable with local variable
app/views/reimbursement_notes/_form.html.erb 108 replace instance variable with local variable
app/views/reimbursement_notes/_frozen_reimbursement_note_actions.html.erb 2 replace instance variable with local variable
app/views/reimbursement_notes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/reimbursement_notes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/reimbursement_notes/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/reimbursement_notes/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/reimbursement_notes/_reimbursement_note_line_items.html.erb 6 replace instance variable with local variable
app/views/reimbursement_notes/_ro_reimbursement_note_actions.html.erb 1 replace instance variable with local variable
app/views/reimbursement_notes/_rw_reimbursement_note_actions.html.erb 2 replace instance variable with local variable
app/views/reimbursement_notes/_rw_reimbursement_note_actions.html.erb 7 replace instance variable with local variable
app/views/reimbursement_notes/_rw_reimbursement_note_actions.html.erb 8 replace instance variable with local variable
app/views/reimbursement_notes/_rw_reimbursement_note_actions.html.erb 10 replace instance variable with local variable
app/views/reimbursement_notes/_unfreeze_reimbursement_note_actions.html.erb 2 replace instance variable with local variable
app/views/reimbursement_notes/_unfreeze_reimbursement_note_actions.html.erb 2 replace instance variable with local variable
app/views/reimbursement_notes/_unfreeze_reimbursement_note_actions.html.erb 4 replace instance variable with local variable
app/views/reimbursement_notes/_unfreeze_reimbursement_note_actions.html.erb 8 replace instance variable with local variable
app/views/reimbursement_notes/_unpaid_purchases.html.erb 1 replace instance variable with local variable
app/views/reimbursement_notes/_unpaid_purchases.html.erb 14 replace instance variable with local variable
app/views/reimbursement_vouchers/_card_details.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_card_details.html.erb 2 replace instance variable with local variable
app/views/reimbursement_vouchers/_card_details.html.erb 4 replace instance variable with local variable
app/views/reimbursement_vouchers/_card_details.html.erb 5 replace instance variable with local variable
app/views/reimbursement_vouchers/_cheque_details.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_cheque_details.html.erb 2 replace instance variable with local variable
app/views/reimbursement_vouchers/_cheque_details.html.erb 3 replace instance variable with local variable
app/views/reimbursement_vouchers/_cheque_details.html.erb 4 replace instance variable with local variable
app/views/reimbursement_vouchers/_customer_invoices.html.erb 15 replace instance variable with local variable
app/views/reimbursement_vouchers/_customer_unpaid_invoice_details.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_customer_unpaid_invoice_details.html.erb 16 replace instance variable with local variable
app/views/reimbursement_vouchers/_deleted_receipt_voucher.html.erb 3 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 7 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 8 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 16 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 16 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 34 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 34 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 34 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 53 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 69 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 81 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 81 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 87 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 87 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 91 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 91 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 98 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 99 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 108 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 109 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 115 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 140 replace instance variable with local variable
app/views/reimbursement_vouchers/_edit_form.html.erb 143 replace instance variable with local variable
app/views/reimbursement_vouchers/_email_form.html.erb 27 replace instance variable with local variable
app/views/reimbursement_vouchers/_filter.html.erb 10 replace instance variable with local variable
app/views/reimbursement_vouchers/_filter.html.erb 11 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 7 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 8 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 10 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 23 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 54 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 54 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 74 replace instance variable with local variable
app/views/reimbursement_vouchers/_form.html.erb 96 replace instance variable with local variable
app/views/reimbursement_vouchers/_get_reimbursement_notes_for_account.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_get_reimbursement_notes_for_account.html.erb 17 replace instance variable with local variable
app/views/reimbursement_vouchers/_get_reimbursement_notes_for_account.html.erb 59 replace instance variable with local variable
app/views/reimbursement_vouchers/_if_no_account_available.html.erb 2 replace instance variable with local variable
app/views/reimbursement_vouchers/_internetbanking_details.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_internetbanking_details.html.erb 2 replace instance variable with local variable
app/views/reimbursement_vouchers/_internetbanking_details.html.erb 3 replace instance variable with local variable
app/views/reimbursement_vouchers/_invoices.html.erb 19 replace instance variable with local variable
app/views/reimbursement_vouchers/_invoices.html.erb 24 replace instance variable with local variable
app/views/reimbursement_vouchers/_invoices.html.erb 34 replace instance variable with local variable
app/views/reimbursement_vouchers/_invoices.html.erb 38 replace instance variable with local variable
app/views/reimbursement_vouchers/_payment_mode.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_receipt_voucher.html.erb 7 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_reimbursement_notes_for_account.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_reimbursement_notes_for_account.html.erb 17 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 1 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 16 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 35 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 55 replace instance variable with local variable
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 56 replace instance variable with local variable
app/views/saccountings/_filter.html.erb 13 replace instance variable with local variable
app/views/saccountings/_form.html.erb 8 replace instance variable with local variable
app/views/saccountings/_form.html.erb 9 replace instance variable with local variable
app/views/saccountings/_form.html.erb 15 replace instance variable with local variable
app/views/saccountings/_form.html.erb 22 replace instance variable with local variable
app/views/saccountings/_form.html.erb 22 replace instance variable with local variable
app/views/saccountings/_form.html.erb 22 replace instance variable with local variable
app/views/saccountings/_form.html.erb 49 replace instance variable with local variable
app/views/saccountings/_form.html.erb 54 replace instance variable with local variable
app/views/saccountings/_form.html.erb 61 replace instance variable with local variable
app/views/saccountings/_form.html.erb 94 replace instance variable with local variable
app/views/saccountings/_form.html.erb 97 replace instance variable with local variable
app/views/saccountings/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/saccountings/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/saccountings/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/saccountings/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/saccountings/_saccounting_line_items.html.erb 5 replace instance variable with local variable
app/views/saccountings/_saccounting_to_line_items.html.erb 3 replace instance variable with local variable
app/views/salary_slip/_filter.html.erb 8 replace instance variable with local variable
app/views/salary_slip/_filter.html.erb 13 replace instance variable with local variable
app/views/salary_slip/_header.html.erb 3 replace instance variable with local variable
app/views/salary_slip/_header.html.erb 6 replace instance variable with local variable
app/views/salary_slip/_header.html.erb 12 replace instance variable with local variable
app/views/salary_slip/_index_filter.html.erb 9 replace instance variable with local variable
app/views/salary_slip/_index_filter.html.erb 9 replace instance variable with local variable
app/views/salary_slip/_index_filter.html.erb 16 replace instance variable with local variable
app/views/salary_slip/_index_filter.html.erb 16 replace instance variable with local variable
app/views/salary_structures/_copy_structure.html.erb 6 replace instance variable with local variable
app/views/salary_structures/_create_payhead.html.erb 31 replace instance variable with local variable
app/views/salary_structures/_create_payhead.html.erb 31 replace instance variable with local variable
app/views/salary_structures/_create_payhead.html.erb 55 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 2 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 3 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 4 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 5 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 26 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 42 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 42 replace instance variable with local variable
app/views/salary_structures/_edit_form.html.erb 59 replace instance variable with local variable
app/views/salary_structures/_form.html.erb 2 replace instance variable with local variable
app/views/salary_structures/_form.html.erb 3 replace instance variable with local variable
app/views/salary_structures/_form.html.erb 7 replace instance variable with local variable
app/views/salary_structures/_form.html.erb 29 replace instance variable with local variable
app/views/salary_structures/_form.html.erb 44 replace instance variable with local variable
app/views/salary_structures/_form.html.erb 60 replace instance variable with local variable
app/views/salary_structures/_salary_structure_line_items.html.erb 6 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 7 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 7 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 9 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 12 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 14 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 17 replace instance variable with local variable
app/views/sales_order_reports/_filter.html.erb 19 replace instance variable with local variable
app/views/sales_order_reports/_header.html.erb 3 replace instance variable with local variable
app/views/sales_order_reports/_header.html.erb 10 replace instance variable with local variable
app/views/sales_orders/_auto_calculate.html.erb 39 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 3 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 5 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 8 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 12 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 15 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 18 replace instance variable with local variable
app/views/sales_orders/_calculation_details.html.erb 21 replace instance variable with local variable
app/views/sales_orders/_delivery_challan.html.erb 2 replace instance variable with local variable
app/views/sales_orders/_delivery_challan.html.erb 15 replace instance variable with local variable
app/views/sales_orders/_footer.html.erb 3 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 7 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 8 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 14 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 18 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 26 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 28 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 28 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 41 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 41 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 59 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 61 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 61 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 62 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 74 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 74 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 76 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 76 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 77 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 77 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 78 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 78 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 79 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 79 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 81 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 81 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 81 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 86 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 91 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 95 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 101 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 158 replace instance variable with local variable
app/views/sales_orders/_form.html.erb 161 replace instance variable with local variable
app/views/sales_orders/_header.html.erb 3 replace instance variable with local variable
app/views/sales_orders/_invoices.html.erb 2 replace instance variable with local variable
app/views/sales_orders/_invoices.html.erb 21 replace instance variable with local variable
app/views/sales_orders/_line_item_details.html.erb 6 replace instance variable with local variable
app/views/sales_orders/_line_item_details.html.erb 9 replace instance variable with local variable
app/views/sales_orders/_sales_order_line_items.html.erb 6 replace instance variable with local variable
app/views/sales_orders/_sales_order_line_items.html.erb 19 replace instance variable with local variable
app/views/sales_orders/_shipping_line_items.html.erb 8 replace instance variable with local variable
app/views/sales_orders/_tax_line_item_details.html.erb 3 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 7 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 7 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 9 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 14 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 15 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 17 replace instance variable with local variable
app/views/sales_register/_filter.html.erb 22 replace instance variable with local variable
app/views/sales_reports/_header.html.erb 3 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 5 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 7 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 8 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 33 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 34 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 35 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 36 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 56 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 60 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 60 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 62 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 63 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 68 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 69 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 70 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 71 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 89 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 91 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 91 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 93 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 94 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 95 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 96 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 98 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 100 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 102 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 103 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 104 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 105 replace instance variable with local variable
app/views/settings/_basic_details.html.erb 108 replace instance variable with local variable
app/views/settings/_branch_details.html.erb 7 replace instance variable with local variable
app/views/settings/_branch_details.html.erb 20 replace instance variable with local variable
app/views/settings/_cashfree_email_form.html.erb 25 replace instance variable with local variable
app/views/settings/_cashfree_email_form.html.erb 26 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 10 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 11 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 11 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 150 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 157 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 161 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 163 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 166 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 171 replace instance variable with local variable
app/views/settings/_custom_field.html.erb 176 replace instance variable with local variable
app/views/settings/_filter.html.erb 11 replace instance variable with local variable
app/views/settings/_financial_year.html.erb 2 replace instance variable with local variable
app/views/settings/_financial_year.html.erb 8 replace instance variable with local variable
app/views/settings/_financial_year.html.erb 20 replace instance variable with local variable
app/views/settings/_form.html.erb 1 replace instance variable with local variable
app/views/settings/_form.html.erb 2 replace instance variable with local variable
app/views/settings/_form.html.erb 46 replace instance variable with local variable
app/views/settings/_form.html.erb 46 replace instance variable with local variable
app/views/settings/_form.html.erb 46 replace instance variable with local variable
app/views/settings/_form.html.erb 47 replace instance variable with local variable
app/views/settings/_form.html.erb 47 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 11 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 12 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 14 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 74 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 75 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 77 replace instance variable with local variable
app/views/settings/_instamojo_settings.html.erb 78 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 25 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 29 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 33 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 37 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 41 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 45 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 49 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 53 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 57 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 61 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 78 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 91 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 105 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 106 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 110 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 111 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 115 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 116 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 120 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 141 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 166 replace instance variable with local variable
app/views/settings/_invoice_setting.html.erb 168 replace instance variable with local variable
app/views/settings/_payroll.html.erb 11 replace instance variable with local variable
app/views/settings/_payroll.html.erb 50 replace instance variable with local variable
app/views/settings/_payroll.html.erb 92 replace instance variable with local variable
app/views/settings/_payroll.html.erb 131 replace instance variable with local variable
app/views/settings/_payroll.html.erb 179 replace instance variable with local variable
app/views/settings/_payroll.html.erb 180 replace instance variable with local variable
app/views/settings/_payroll.html.erb 182 replace instance variable with local variable
app/views/settings/_payroll.html.erb 192 replace instance variable with local variable
app/views/settings/_preferences.html.erb 7 replace instance variable with local variable
app/views/settings/_preferences.html.erb 13 replace instance variable with local variable
app/views/settings/_preferences.html.erb 19 replace instance variable with local variable
app/views/settings/_preferences.html.erb 22 replace instance variable with local variable
app/views/settings/_preferences.html.erb 24 replace instance variable with local variable
app/views/settings/_preferences.html.erb 26 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 1 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 2 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 5 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 5 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 6 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 9 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 9 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 14 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 16 replace instance variable with local variable
app/views/settings/_update_logo.html.erb 16 replace instance variable with local variable
app/views/settings/_voucher_titles.html.erb 1 replace instance variable with local variable
app/views/settings/_warehouses.html.erb 13 replace instance variable with local variable
app/views/shared/_account_details.html.erb 28 replace instance variable with local variable
app/views/shared/_aside.html.erb 3 replace instance variable with local variable
app/views/shared/_aside.html.erb 6 replace instance variable with local variable
app/views/shared/_autocomplete.html.erb 5 replace instance variable with local variable
app/views/shared/_autocomplete.html.erb 6 replace instance variable with local variable
app/views/shared/_autocomplete.html.erb 9 replace instance variable with local variable
app/views/shared/_autocomplete.html.erb 16 replace instance variable with local variable
app/views/shared/_autocomplete.html.erb 17 replace instance variable with local variable
app/views/shared/_autocomplete.html.erb 20 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 5 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 22 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 23 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 23 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 23 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 23 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 38 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 39 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 39 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 39 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 39 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 55 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 56 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 56 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 56 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 56 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 70 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 71 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 71 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 71 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 71 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 87 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 88 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 88 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 88 replace instance variable with local variable
app/views/shared/_banking_acc_bal.html.erb 88 replace instance variable with local variable
app/views/shared/_banking_auto_complete.html.erb 5 replace instance variable with local variable
app/views/shared/_banking_auto_complete.html.erb 9 replace instance variable with local variable
app/views/shared/_banking_auto_complete.html.erb 13 replace instance variable with local variable
app/views/shared/_banking_auto_complete.html.erb 17 replace instance variable with local variable
app/views/shared/_banking_auto_complete.html.erb 21 replace instance variable with local variable
app/views/shared/_banking_auto_complete.html.erb 25 replace instance variable with local variable
app/views/shared/_banking_deposit_form.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_form.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_form.html.erb 12 replace instance variable with local variable
app/views/shared/_banking_form.html.erb 18 replace instance variable with local variable
app/views/shared/_banking_form.html.erb 28 replace instance variable with local variable
app/views/shared/_banking_form.html.erb 31 replace instance variable with local variable
app/views/shared/_banking_form.html.erb 34 replace instance variable with local variable
app/views/shared/_banking_reconcilation.html.erb 5 replace instance variable with local variable
app/views/shared/_banking_reconcilation.html.erb 9 replace instance variable with local variable
app/views/shared/_banking_transfer_form.html.erb 6 replace instance variable with local variable
app/views/shared/_banking_withdrawal_form.html.erb 6 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 30 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 30 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 33 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 39 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 90 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 96 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 139 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 139 replace instance variable with local variable
app/views/shared/_basic_header.html.erb 146 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 4 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 11 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 12 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 16 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 30 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 33 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 34 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 40 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 47 replace instance variable with local variable
app/views/shared/_billing_details.html.erb 47 replace instance variable with local variable
app/views/shared/_bills_header.html.erb 7 replace instance variable with local variable
app/views/shared/_company_address.html.erb 1 replace instance variable with local variable
app/views/shared/_company_address.html.erb 1 replace instance variable with local variable
app/views/shared/_company_address.html.erb 2 replace instance variable with local variable
app/views/shared/_company_address.html.erb 2 replace instance variable with local variable
app/views/shared/_company_address.html.erb 3 replace instance variable with local variable
app/views/shared/_company_address.html.erb 3 replace instance variable with local variable
app/views/shared/_company_address.html.erb 4 replace instance variable with local variable
app/views/shared/_company_address.html.erb 4 replace instance variable with local variable
app/views/shared/_company_address.html.erb 5 replace instance variable with local variable
app/views/shared/_company_address.html.erb 5 replace instance variable with local variable
app/views/shared/_company_address.html.erb 6 replace instance variable with local variable
app/views/shared/_company_address.html.erb 6 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 4 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 5 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 5 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 5 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 5 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 21 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 22 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 22 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 22 replace instance variable with local variable
app/views/shared/_current_bal.html.erb 22 replace instance variable with local variable
app/views/shared/_customer_auto_complete.html.erb 5 replace instance variable with local variable
app/views/shared/_customer_auto_complete.html.erb 5 replace instance variable with local variable
app/views/shared/_customer_auto_complete.html.erb 10 replace instance variable with local variable
app/views/shared/_customer_auto_complete.html.erb 10 replace instance variable with local variable
app/views/shared/_customer_currency.html.erb 4 replace instance variable with local variable
app/views/shared/_customer_currency.html.erb 24 replace instance variable with local variable
app/views/shared/_customer_vendor_form.html.erb 30 replace instance variable with local variable
app/views/shared/_customer_vendor_form.html.erb 78 replace instance variable with local variable
app/views/shared/_duration.html.erb 1 replace instance variable with local variable
app/views/shared/_duration.html.erb 2 replace instance variable with local variable
app/views/shared/_duration.html.erb 2 replace instance variable with local variable
app/views/shared/_employee_header.html.erb 1 replace instance variable with local variable
app/views/shared/_employee_header.html.erb 2 replace instance variable with local variable
app/views/shared/_employee_header.html.erb 4 replace instance variable with local variable
app/views/shared/_employee_header.html.erb 7 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 31 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 31 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 34 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 37 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 43 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 52 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 57 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 64 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 86 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 96 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 110 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 110 replace instance variable with local variable
app/views/shared/_enterprise_header.html.erb 121 replace instance variable with local variable
app/views/shared/_essential_header.html.erb 31 replace instance variable with local variable
app/views/shared/_essential_header.html.erb 31 replace instance variable with local variable
app/views/shared/_essential_header.html.erb 34 replace instance variable with local variable
app/views/shared/_essential_header.html.erb 40 replace instance variable with local variable
app/views/shared/_essential_header.html.erb 75 replace instance variable with local variable
app/views/shared/_essential_header.html.erb 88 replace instance variable with local variable
app/views/shared/_filter.html.erb 7 replace instance variable with local variable
app/views/shared/_filter.html.erb 7 replace instance variable with local variable
app/views/shared/_filter.html.erb 9 replace instance variable with local variable
app/views/shared/_filter.html.erb 13 replace instance variable with local variable
app/views/shared/_filter.html.erb 14 replace instance variable with local variable
app/views/shared/_filter.html.erb 16 replace instance variable with local variable
app/views/shared/_final_account_filter.html.erb 6 replace instance variable with local variable
app/views/shared/_final_account_filter.html.erb 6 replace instance variable with local variable
app/views/shared/_final_account_filter.html.erb 8 replace instance variable with local variable
app/views/shared/_footer.html.erb 4 replace instance variable with local variable
app/views/shared/_footer.html.erb 5 replace instance variable with local variable
app/views/shared/_footer.html.erb 18 replace instance variable with local variable
app/views/shared/_footer.html.erb 18 replace instance variable with local variable
app/views/shared/_footer.html.erb 19 replace instance variable with local variable
app/views/shared/_footer.html.erb 20 replace instance variable with local variable
app/views/shared/_global_header.html.erb 124 replace instance variable with local variable
app/views/shared/_global_header.html.erb 133 replace instance variable with local variable
app/views/shared/_global_header.html.erb 142 replace instance variable with local variable
app/views/shared/_global_header.html.erb 145 replace instance variable with local variable
app/views/shared/_header.html.erb 9 replace instance variable with local variable
app/views/shared/_header.html.erb 113 replace instance variable with local variable
app/views/shared/_header.html.erb 123 replace instance variable with local variable
app/views/shared/_header.html.erb 126 replace instance variable with local variable
app/views/shared/_if_account_available.html.erb 1 replace instance variable with local variable
app/views/shared/_if_account_available.html.erb 1 replace instance variable with local variable
app/views/shared/_if_account_available.html.erb 5 replace instance variable with local variable
app/views/shared/_if_account_available.html.erb 9 replace instance variable with local variable
app/views/shared/_if_sales_account_available.html.erb 1 replace instance variable with local variable
app/views/shared/_if_sales_account_available.html.erb 1 replace instance variable with local variable
app/views/shared/_if_sales_account_available.html.erb 5 replace instance variable with local variable
app/views/shared/_if_sales_account_available.html.erb 9 replace instance variable with local variable
app/views/shared/_if_save_disabled.html.erb 1 replace instance variable with local variable
app/views/shared/_if_save_disabled.html.erb 1 replace instance variable with local variable
app/views/shared/_intercom.html.erb 3 replace instance variable with local variable
app/views/shared/_intercom.html.erb 4 replace instance variable with local variable
app/views/shared/_intercom.html.erb 6 replace instance variable with local variable
app/views/shared/_intercom.html.erb 7 replace instance variable with local variable
app/views/shared/_intercom.html.erb 8 replace instance variable with local variable
app/views/shared/_intercom.html.erb 9 replace instance variable with local variable
app/views/shared/_intercom.html.erb 10 replace instance variable with local variable
app/views/shared/_intercom.html.erb 11 replace instance variable with local variable
app/views/shared/_intercom.html.erb 12 replace instance variable with local variable
app/views/shared/_intercom.html.erb 13 replace instance variable with local variable
app/views/shared/_intercom.html.erb 16 replace instance variable with local variable
app/views/shared/_intercom.html.erb 17 replace instance variable with local variable
app/views/shared/_intercom.html.erb 17 replace instance variable with local variable
app/views/shared/_intercom.html.erb 18 replace instance variable with local variable
app/views/shared/_intercom.html.erb 19 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 6 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 12 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 18 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 24 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 34 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 37 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 40 replace instance variable with local variable
app/views/shared/_inventory_form.html.erb 43 replace instance variable with local variable
app/views/shared/_page_title.html.erb 4 replace instance variable with local variable
app/views/shared/_page_title.html.erb 4 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 2 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 3 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 7 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 11 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 15 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 15 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 19 replace instance variable with local variable
app/views/shared/_popup_validation.js.erb 19 replace instance variable with local variable
app/views/shared/_product_auto_complete.html.erb 5 replace instance variable with local variable
app/views/shared/_product_details.html.erb 38 replace instance variable with local variable
app/views/shared/_product_details.html.erb 48 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 31 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 31 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 34 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 37 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 43 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 88 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 102 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 102 replace instance variable with local variable
app/views/shared/_professional_header.html.erb 113 replace instance variable with local variable
app/views/shared/_project_auto_complete.html.erb 5 replace instance variable with local variable
app/views/shared/_project_auto_complete.html.erb 5 replace instance variable with local variable
app/views/shared/_pwyw_header.html.erb 31 replace instance variable with local variable
app/views/shared/_pwyw_header.html.erb 31 replace instance variable with local variable
app/views/shared/_pwyw_header.html.erb 39 replace instance variable with local variable
app/views/shared/_pwyw_header.html.erb 76 replace instance variable with local variable
app/views/shared/_receipts_form.html.erb 8 replace instance variable with local variable
app/views/shared/_receipts_form.html.erb 11 replace instance variable with local variable
app/views/shared/_receipts_form.html.erb 14 replace instance variable with local variable
app/views/shared/_receipts_form.html.erb 21 replace instance variable with local variable
app/views/shared/_receipts_form.html.erb 24 replace instance variable with local variable
app/views/shared/_reimbursement_voucher_form.html.erb 8 replace instance variable with local variable
app/views/shared/_reimbursement_voucher_form.html.erb 15 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 3 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 6 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 6 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 38 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 38 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 47 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 47 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 51 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 52 replace instance variable with local variable
app/views/shared/_report_dropdown.html.erb 54 replace instance variable with local variable
app/views/shared/_report_footer.html.erb 3 replace instance variable with local variable
app/views/shared/_report_footer.html.erb 12 replace instance variable with local variable
app/views/shared/_report_header.html.erb 11 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 6 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 6 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 12 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 15 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 21 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 30 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 35 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 42 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 64 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 74 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 88 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 88 replace instance variable with local variable
app/views/shared/_smb_header.html.erb 99 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 31 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 31 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 34 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 37 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 43 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 52 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 57 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 64 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 86 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 96 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 110 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 110 replace instance variable with local variable
app/views/shared/_trial_header.html.erb 121 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 5 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 6 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 8 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 9 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 11 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 12 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 14 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 22 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 22 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 23 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 25 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 25 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 25 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 38 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 42 replace instance variable with local variable
app/views/shared/_user_and_company_title.html.erb 42 replace instance variable with local variable
app/views/shared/_vendor_currency.html.erb 4 replace instance variable with local variable
app/views/shared/_vendor_currency.html.erb 21 replace instance variable with local variable
app/views/stock_issue_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_issue_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_issue_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_issue_vouchers/_batch_select.html.erb 3 replace instance variable with local variable
app/views/stock_issue_vouchers/_batch_select.html.erb 3 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 1 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 1 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 2 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 4 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 5 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 5 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 5 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 9 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 11 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 12 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 12 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 12 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 16 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 18 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 19 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 19 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field.html.erb 19 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 11 replace instance variable with local variable
app/views/stock_issue_vouchers/_custom_field_details.html.erb 11 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 5 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 6 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 9 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 13 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 24 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 25 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/stock_issue_vouchers/_form.html.erb 47 replace instance variable with local variable
app/views/stock_issue_vouchers/_header.html.erb 4 replace instance variable with local variable
app/views/stock_issue_vouchers/_stock_issue_line_items.html.erb 4 replace instance variable with local variable
app/views/stock_issue_vouchers/_stock_issue_line_items.html.erb 7 replace instance variable with local variable
app/views/stock_issue_vouchers/_stock_issue_line_items.html.erb 10 replace instance variable with local variable
app/views/stock_movement/_filter.html.erb 5 replace instance variable with local variable
app/views/stock_movement/_filter.html.erb 5 replace instance variable with local variable
app/views/stock_movement/_filter.html.erb 6 replace instance variable with local variable
app/views/stock_movement/_filter.html.erb 6 replace instance variable with local variable
app/views/stock_movement/_filter.html.erb 14 replace instance variable with local variable
app/views/stock_movement/_header.html.erb 3 replace instance variable with local variable
app/views/stock_receipt_vouchers/_batch_details.html.erb 1 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 1 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 1 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 3 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 5 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 6 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 6 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 6 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 10 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 12 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 13 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 13 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 13 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 17 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 19 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 20 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 20 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field.html.erb 20 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 8 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 8 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 12 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 12 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 13 replace instance variable with local variable
app/views/stock_receipt_vouchers/_custom_field_details.html.erb 13 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 13 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 14 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 18 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 21 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 32 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 33 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 36 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 39 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 40 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 41 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 59 replace instance variable with local variable
app/views/stock_receipt_vouchers/_form.html.erb 63 replace instance variable with local variable
app/views/stock_receipt_vouchers/_header.html.erb 4 replace instance variable with local variable
app/views/stock_receipt_vouchers/_stock_receipt_line_items.html.erb 4 replace instance variable with local variable
app/views/stock_transfer_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_transfer_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_transfer_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_transfer_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_transfer_vouchers/_batch_select.html.erb 3 replace instance variable with local variable
app/views/stock_transfer_vouchers/_batch_select.html.erb 3 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 5 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 6 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 9 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 14 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 19 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 21 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 22 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 24 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 25 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 48 replace instance variable with local variable
app/views/stock_transfer_vouchers/_form.html.erb 52 replace instance variable with local variable
app/views/stock_transfer_vouchers/_header.html.erb 4 replace instance variable with local variable
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 6 replace instance variable with local variable
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 13 replace instance variable with local variable
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 17 replace instance variable with local variable
app/views/stock_transfer_vouchers/_stock_transfer_line_items.html.erb 35 replace instance variable with local variable
app/views/stock_wastage_line_items/_form.html.erb 1 replace instance variable with local variable
app/views/stock_wastage_line_items/_form.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_line_items/_form.html.erb 4 replace instance variable with local variable
app/views/stock_wastage_line_items/_form.html.erb 7 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 1 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 3 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 5 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 8 replace instance variable with local variable
app/views/stock_wastage_register/_custom_field_header.html.erb 9 replace instance variable with local variable
app/views/stock_wastage_register/_filter.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_register/_filter.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_register/_filter.html.erb 8 replace instance variable with local variable
app/views/stock_wastage_register/_filter.html.erb 8 replace instance variable with local variable
app/views/stock_wastage_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_vouchers/_batch_select.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_vouchers/_batch_select.html.erb 3 replace instance variable with local variable
app/views/stock_wastage_vouchers/_batch_select.html.erb 3 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 1 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 1 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 3 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 5 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 10 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 12 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 13 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 13 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 13 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 17 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 19 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 20 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 20 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field.html.erb 20 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 3 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 7 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 10 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 11 replace instance variable with local variable
app/views/stock_wastage_vouchers/_custom_field_details.html.erb 11 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 5 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 6 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 9 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 13 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 24 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 26 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 26 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 43 replace instance variable with local variable
app/views/stock_wastage_vouchers/_form.html.erb 47 replace instance variable with local variable
app/views/stock_wastage_vouchers/_header.html.erb 4 replace instance variable with local variable
app/views/stock_wastage_vouchers/_product_select_tag.html.erb 2 replace instance variable with local variable
app/views/stock_wastage_vouchers/_stock_wastage_line_items.html.erb 7 replace instance variable with local variable
app/views/stock_wastage_vouchers/_stock_wastage_line_items.html.erb 11 replace instance variable with local variable
app/views/stock_wastage_vouchers/_stock_wastage_line_items.html.erb 14 replace instance variable with local variable
app/views/subscription_histories/_form.html.erb 1 replace instance variable with local variable
app/views/subscription_histories/_form.html.erb 2 replace instance variable with local variable
app/views/subscription_histories/_form.html.erb 4 replace instance variable with local variable
app/views/subscription_histories/_form.html.erb 7 replace instance variable with local variable
app/views/supports/_form.html.erb 1 replace instance variable with local variable
app/views/supports/_form.html.erb 2 replace instance variable with local variable
app/views/supports/_form.html.erb 5 replace instance variable with local variable
app/views/tasks/_add_project_form.html.erb 1 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 8 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 9 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 34 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 41 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 59 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 59 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 66 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 66 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 77 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 80 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 94 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 94 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 107 replace instance variable with local variable
app/views/tasks/_edit_form.html.erb 114 replace instance variable with local variable
app/views/tasks/_expense_index.html.erb 9 replace instance variable with local variable
app/views/tasks/_form.html.erb 19 replace instance variable with local variable
app/views/tasks/_form.html.erb 20 replace instance variable with local variable
app/views/tasks/_form.html.erb 35 replace instance variable with local variable
app/views/tasks/_form.html.erb 39 replace instance variable with local variable
app/views/tasks/_form.html.erb 51 replace instance variable with local variable
app/views/tasks/_form.html.erb 51 replace instance variable with local variable
app/views/tasks/_form.html.erb 53 replace instance variable with local variable
app/views/tasks/_form.html.erb 53 replace instance variable with local variable
app/views/tasks/_form.html.erb 61 replace instance variable with local variable
app/views/tasks/_form.html.erb 64 replace instance variable with local variable
app/views/tasks/_form.html.erb 77 replace instance variable with local variable
app/views/tasks/_form.html.erb 77 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 12 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 13 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 31 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 34 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 44 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 47 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 54 replace instance variable with local variable
app/views/tasks/_new_task_form.html.erb 54 replace instance variable with local variable
app/views/tasks/_task_table.html.erb 4 replace instance variable with local variable
app/views/tasks/_task_table.html.erb 9 replace instance variable with local variable
app/views/tasks/_task_table.html.erb 9 replace instance variable with local variable
app/views/tasks/_task_table.html.erb 17 replace instance variable with local variable
app/views/tasks/_task_table.html.erb 24 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 11 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 12 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 29 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 56 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 56 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 56 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 63 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 63 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 63 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 69 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 75 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 114 replace instance variable with local variable
app/views/tds_payment_vouchers/_edit_form.html.erb 125 replace instance variable with local variable
app/views/tds_payment_vouchers/_filter.html.erb 8 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 11 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 12 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 29 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 56 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 56 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 56 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 63 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 63 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 63 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 69 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 75 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 114 replace instance variable with local variable
app/views/tds_payment_vouchers/_form.html.erb 156 replace instance variable with local variable
app/views/tds_variance_report/_filter.html.erb 17 replace instance variable with local variable
app/views/tds_variance_report/_filter.html.erb 19 replace instance variable with local variable
app/views/tds_variance_report/_filter.html.erb 24 replace instance variable with local variable
app/views/tds_variance_report/_filter.html.erb 28 replace instance variable with local variable
app/views/tds_variance_report/_header.html.erb 3 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 2 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 3 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 7 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 7 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 14 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 15 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 31 replace instance variable with local variable
app/views/timesheets/_edit_form.html.erb 36 replace instance variable with local variable
app/views/timesheets/_form.html.erb 2 replace instance variable with local variable
app/views/timesheets/_form.html.erb 3 replace instance variable with local variable
app/views/timesheets/_form.html.erb 7 replace instance variable with local variable
app/views/timesheets/_form.html.erb 7 replace instance variable with local variable
app/views/timesheets/_form.html.erb 14 replace instance variable with local variable
app/views/timesheets/_form.html.erb 15 replace instance variable with local variable
app/views/timesheets/_form.html.erb 31 replace instance variable with local variable
app/views/timesheets/_form.html.erb 36 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 2 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 3 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 4 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 5 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 15 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 16 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 17 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 18 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 19 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 20 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 21 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 31 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 32 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 38 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 41 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 42 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 43 replace instance variable with local variable
app/views/timesheets/_form1.html.erb 69 replace instance variable with local variable
app/views/timesheets/_report_filter.html.erb 11 replace instance variable with local variable
app/views/timesheets/_report_header.html.erb 3 replace instance variable with local variable
app/views/timesheets/_report_header.html.erb 6 replace instance variable with local variable
app/views/timesheets/_report_header.html.erb 8 replace instance variable with local variable
app/views/timesheets/_report_header.html.erb 8 replace instance variable with local variable
app/views/timesheets/_timesheet.html.erb 10 replace instance variable with local variable
app/views/timesheets/_timesheet.html.erb 10 replace instance variable with local variable
app/views/timesheets/_timesheet_line_items.html.erb 6 replace instance variable with local variable
app/views/timesheets/_timesheet_line_items1.html.erb 3 replace instance variable with local variable
app/views/timesheets/_timesheet_line_items1.html.erb 8 replace instance variable with local variable
app/views/timesheets/_week.html.erb 5 replace instance variable with local variable
app/views/timesheets/_week.html.erb 7 replace instance variable with local variable
app/views/timesheets/_week.html.erb 7 replace instance variable with local variable
app/views/timesheets/_week.html.erb 9 replace instance variable with local variable
app/views/timesheets/_week.html.erb 17 replace instance variable with local variable
app/views/timesheets/_week.html.erb 21 replace instance variable with local variable
app/views/timesheets/_week.html.erb 21 replace instance variable with local variable
app/views/timesheets/_week.html.erb 25 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 5 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 22 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/transfer_cashes/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/transfer_cashes/_auto_complete.html.erb 5 replace instance variable with local variable
app/views/transfer_cashes/_auto_complete.html.erb 9 replace instance variable with local variable
app/views/transfer_cashes/_filter.html.erb 11 replace instance variable with local variable
app/views/transfer_cashes/_filter.html.erb 15 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 1 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 2 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 4 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 17 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 37 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 37 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 48 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 48 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 79 replace instance variable with local variable
app/views/transfer_cashes/_form.html.erb 82 replace instance variable with local variable
app/views/transfer_cashes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/transfer_cashes/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/transfer_cashes/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/transfer_cashes/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/users/_activity_details.html.erb 12 replace instance variable with local variable
app/views/users/_activity_details.html.erb 14 replace instance variable with local variable
app/views/users/_activity_details.html.erb 14 replace instance variable with local variable
app/views/users/_basic_details.html.erb 14 replace instance variable with local variable
app/views/users/_basic_details.html.erb 14 replace instance variable with local variable
app/views/users/_basic_details.html.erb 18 replace instance variable with local variable
app/views/users/_basic_details.html.erb 23 replace instance variable with local variable
app/views/users/_basic_details.html.erb 23 replace instance variable with local variable
app/views/users/_basic_details.html.erb 34 replace instance variable with local variable
app/views/users/_basic_details.html.erb 35 replace instance variable with local variable
app/views/users/_basic_details.html.erb 35 replace instance variable with local variable
app/views/users/_basic_details.html.erb 35 replace instance variable with local variable
app/views/users/_basic_details.html.erb 36 replace instance variable with local variable
app/views/users/_basic_details.html.erb 36 replace instance variable with local variable
app/views/users/_basic_details.html.erb 37 replace instance variable with local variable
app/views/users/_basic_details.html.erb 39 replace instance variable with local variable
app/views/users/_basic_details.html.erb 39 replace instance variable with local variable
app/views/users/_basic_details.html.erb 42 replace instance variable with local variable
app/views/users/_basic_details.html.erb 43 replace instance variable with local variable
app/views/users/_basic_details.html.erb 44 replace instance variable with local variable
app/views/users/_basic_details.html.erb 45 replace instance variable with local variable
app/views/users/_basic_details.html.erb 45 replace instance variable with local variable
app/views/users/_basic_details.html.erb 70 replace instance variable with local variable
app/views/users/_basic_details.html.erb 75 replace instance variable with local variable
app/views/users/_basic_details.html.erb 75 replace instance variable with local variable
app/views/users/_basic_details.html.erb 86 replace instance variable with local variable
app/views/users/_basic_details.html.erb 87 replace instance variable with local variable
app/views/users/_basic_details.html.erb 88 replace instance variable with local variable
app/views/users/_basic_details.html.erb 89 replace instance variable with local variable
app/views/users/_basic_details.html.erb 92 replace instance variable with local variable
app/views/users/_basic_details.html.erb 93 replace instance variable with local variable
app/views/users/_basic_details.html.erb 94 replace instance variable with local variable
app/views/users/_basic_details.html.erb 95 replace instance variable with local variable
app/views/users/_basic_details.html.erb 96 replace instance variable with local variable
app/views/users/_basic_details.html.erb 97 replace instance variable with local variable
app/views/users/_basic_details.html.erb 98 replace instance variable with local variable
app/views/users/_form.html.erb 1 replace instance variable with local variable
app/views/users/_form.html.erb 2 replace instance variable with local variable
app/views/users/_form.html.erb 19 replace instance variable with local variable
app/views/users/_form.html.erb 19 replace instance variable with local variable
app/views/users/_form.html.erb 38 replace instance variable with local variable
app/views/users/_form.html.erb 44 replace instance variable with local variable
app/views/users/_form.html.erb 55 replace instance variable with local variable
app/views/users/_form.html.erb 55 replace instance variable with local variable
app/views/users/_form.html.erb 55 replace instance variable with local variable
app/views/users/_form.html.erb 58 replace instance variable with local variable
app/views/users/_form.html.erb 60 replace instance variable with local variable
app/views/users/_form.html.erb 60 replace instance variable with local variable
app/views/users/_form.html.erb 60 replace instance variable with local variable
app/views/users/_form.html.erb 64 replace instance variable with local variable
app/views/users/_form.html.erb 64 replace instance variable with local variable
app/views/users/_leave_details.html.erb 2 replace instance variable with local variable
app/views/users/_leave_details.html.erb 7 replace instance variable with local variable
app/views/users/_leave_details.html.erb 7 replace instance variable with local variable
app/views/users/_notes.html.erb 7 replace instance variable with local variable
app/views/users/_notes.html.erb 31 replace instance variable with local variable
app/views/users/_notes.html.erb 35 replace instance variable with local variable
app/views/users/_notes.html.erb 40 replace instance variable with local variable
app/views/users/_notes.html.erb 45 replace instance variable with local variable
app/views/users/_notes.html.erb 46 replace instance variable with local variable
app/views/users/_remove_picture.html.erb 1 replace instance variable with local variable
app/views/users/_reset_password.html.erb 11 replace instance variable with local variable
app/views/users/_salary_details.html.erb 1 replace instance variable with local variable
app/views/users/_salary_details.html.erb 5 replace instance variable with local variable
app/views/users/_salary_details.html.erb 17 replace instance variable with local variable
app/views/users/_salary_details.html.erb 19 replace instance variable with local variable
app/views/users/_salary_details.html.erb 19 replace instance variable with local variable
app/views/users/_salary_details.html.erb 20 replace instance variable with local variable
app/views/users/_salary_details.html.erb 21 replace instance variable with local variable
app/views/users/_salary_details.html.erb 21 replace instance variable with local variable
app/views/users/_salary_details.html.erb 34 replace instance variable with local variable
app/views/users/_salary_details.html.erb 40 replace instance variable with local variable
app/views/users/_salary_details.html.erb 44 replace instance variable with local variable
app/views/users/_salary_details.html.erb 69 replace instance variable with local variable
app/views/users/_salary_details.html.erb 86 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 1 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 4 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 4 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 5 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 8 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 8 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 13 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 15 replace instance variable with local variable
app/views/users/_update_avatar.html.erb 15 replace instance variable with local variable
app/views/users/_update_picture.html.erb 1 replace instance variable with local variable
app/views/users/_update_picture.html.erb 3 replace instance variable with local variable
app/views/users/_user.html.erb 13 replace instance variable with local variable
app/views/users/_user.html.erb 13 replace instance variable with local variable
app/views/users/_user.html.erb 18 replace instance variable with local variable
app/views/users/_user.html.erb 21 replace instance variable with local variable
app/views/users/_user.html.erb 23 replace instance variable with local variable
app/views/users/_user_info.html.erb 7 replace instance variable with local variable
app/views/users/_user_info.html.erb 29 replace instance variable with local variable
app/views/users/_user_info.html.erb 37 replace instance variable with local variable
app/views/users/_user_info.html.erb 46 replace instance variable with local variable
app/views/users/_user_info.html.erb 53 replace instance variable with local variable
app/views/users/_user_information_form.html.erb 1 replace instance variable with local variable
app/views/users/_user_salary_form.html.erb 1 replace instance variable with local variable
app/views/users/_work_info.html.erb 8 replace instance variable with local variable
app/views/users/_work_info.html.erb 10 replace instance variable with local variable
app/views/users/_work_info.html.erb 18 replace instance variable with local variable
app/views/users/_work_info.html.erb 44 replace instance variable with local variable
app/views/users/_work_info.html.erb 53 replace instance variable with local variable
app/views/users/_work_info.html.erb 61 replace instance variable with local variable
app/views/users/_work_info.html.erb 69 replace instance variable with local variable
app/views/users/_work_info.html.erb 77 replace instance variable with local variable
app/views/users/_work_info.html.erb 85 replace instance variable with local variable
app/views/users/_work_info.html.erb 93 replace instance variable with local variable
app/views/vendor_imports/_form.html.erb 8 replace instance variable with local variable
app/views/vendor_imports/_form.html.erb 9 replace instance variable with local variable
app/views/vendors/_address.html.erb 1 replace instance variable with local variable
app/views/vendors/_address.html.erb 12 replace instance variable with local variable
app/views/vendors/_address.html.erb 45 replace instance variable with local variable
app/views/vendors/_form.html.erb 5 replace instance variable with local variable
app/views/vendors/_form.html.erb 6 replace instance variable with local variable
app/views/vendors/_form.html.erb 51 replace instance variable with local variable
app/views/vendors/_form.html.erb 110 replace instance variable with local variable
app/views/vendors/_form.html.erb 116 replace instance variable with local variable
app/views/vendors/_form.html.erb 117 replace instance variable with local variable
app/views/vendors/_form.html.erb 121 replace instance variable with local variable
app/views/vendors/_form.html.erb 122 replace instance variable with local variable
app/views/vendors/_form.html.erb 152 replace instance variable with local variable
app/views/vendors/_form.html.erb 184 replace instance variable with local variable
app/views/vendors/_popup_vendor_form.html.erb 17 replace instance variable with local variable
app/views/voucher_settings/_form.html.erb 1 replace instance variable with local variable
app/views/voucher_settings/_form.html.erb 7 replace instance variable with local variable
app/views/voucher_types/_form.html.erb 1 replace instance variable with local variable
app/views/voucher_types/_form.html.erb 2 replace instance variable with local variable
app/views/warehouse_wise_stock/_filter.html.erb 14 replace instance variable with local variable
app/views/warehouse_wise_stock/_header.html.erb 4 replace instance variable with local variable
app/views/warehouses/_form.html.erb 2 replace instance variable with local variable
app/views/warehouses/_form.html.erb 12 replace instance variable with local variable
app/views/warehouses/_form.html.erb 12 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 2 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 3 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 4 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 5 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 7 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 8 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 9 replace instance variable with local variable
app/views/warehouses/_new_batch_row.html.erb 10 replace instance variable with local variable
app/views/warehouses/_warehouses.html.erb 13 replace instance variable with local variable
app/views/warehouses/_warehouses.html.erb 16 replace instance variable with local variable
app/views/webinars/_form.html.erb 16 replace instance variable with local variable
app/views/webinars/_form.html.erb 17 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 5 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 6 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 22 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/withdrawals/_acc_bal.html.erb 23 replace instance variable with local variable
app/views/withdrawals/_auto_complete.html.erb 5 replace instance variable with local variable
app/views/withdrawals/_auto_complete.html.erb 9 replace instance variable with local variable
app/views/withdrawals/_filter.html.erb 12 replace instance variable with local variable
app/views/withdrawals/_filter.html.erb 16 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 1 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 2 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 4 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 17 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 36 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 36 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 47 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 47 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 77 replace instance variable with local variable
app/views/withdrawals/_form.html.erb 80 replace instance variable with local variable
app/views/withdrawals/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/withdrawals/_if_no_account_available.html.erb 1 replace instance variable with local variable
app/views/withdrawals/_if_no_account_available.html.erb 6 replace instance variable with local variable
app/views/withdrawals/_if_no_account_available.html.erb 10 replace instance variable with local variable
app/views/workstreams/_form.html.erb 1 replace instance variable with local variable
app/views/workstreams/_form.html.erb 2 replace instance variable with local variable
app/views/workstreams/_form.html.erb 4 replace instance variable with local variable
app/views/workstreams/_form.html.erb 7 replace instance variable with local variable
config/routes-3105.rb 64 restrict auto-generated routes supports (except: [:destroy])
config/routes-3105.rb 285 restrict auto-generated routes ledgers (only: [:index])
config/routes-3105.rb 322 restrict auto-generated routes policy_documents (except: [:show])
config/routes-3105.rb 401 restrict auto-generated routes jobs (except: [:new])
config/routes-3105.rb 404 restrict auto-generated routes pay_grades (except: [:new])
config/routes.rb 91 restrict auto-generated routes payroll_execution_jobs (only: [:new, :create])
config/routes.rb 112 restrict auto-generated routes voucher_titles (except: [:show, :index])
config/routes.rb 113 restrict auto-generated routes user_informations (only: [:update])
config/routes.rb 141 restrict auto-generated routes salary_structure_histories (only: [:show, :index])
config/routes.rb 149 restrict auto-generated routes blog_categories/blog_posts (only: [:show, :index])
config/routes.rb 275 restrict auto-generated routes pbservices (only: [:show, :index])
config/routes.rb 305 restrict auto-generated routes posts/comments (only: [:create, :destroy])
config/routes.rb 420 restrict auto-generated routes supports (except: [:destroy])
config/routes.rb 960 restrict auto-generated routes ledgers (only: [:index])
config/routes.rb 1014 restrict auto-generated routes policy_documents (except: [:show])
config/routes.rb 1125 restrict auto-generated routes jobs (except: [:new])
config/routes.rb 1128 restrict auto-generated routes pay_grades (except: [:new])
config/routes.rb 1239 restrict auto-generated routes admin/workstreams (only: [:index])
config/routes.rb 1269 restrict auto-generated routes admin/supports (except: [:new, :destroy])
config/routes.rb 1303 restrict auto-generated routes admin/companies (except: [:new, :create, :edit])
config/routes.rb 1309 restrict auto-generated routes admin/users (only: [:show, :index])
config/routes.rb 1310 restrict auto-generated routes admin/plans (only: [:index])
config/routes.rb 1311 restrict auto-generated routes admin/profitbooks_workstreams (except: [:show])
config/routes_old.rb 65 restrict auto-generated routes supports (except: [:destroy])
config/routes_old.rb 123 restrict auto-generated routes stocks (only: [:index])
config/routes_old.rb 146 restrict auto-generated routes policy_documents (except: [:show])
config/routes_old.rb 156 restrict auto-generated routes policy_documents (except: [:show])
config/routes_old.rb 233 restrict auto-generated routes leaves (except: [:new])
config/routes_old.rb 235 restrict auto-generated routes pay_grades (except: [:new])
config/routes_old.rb 237 restrict auto-generated routes jobs (except: [:new])
config/routes_old.rb 243 restrict auto-generated routes ledgers (only: [:index])
config/routes_old.rb 326 restrict auto-generated routes policy_documents (except: [:show])
config/routes_old.rb 360 restrict auto-generated routes pay_grades (except: [:new])
config/routes_old.rb 362 restrict auto-generated routes jobs (except: [:new])
app/controllers/account_heads_controller.rb 65 simplify render in controllers
app/controllers/account_heads_controller.rb 86 simplify render in controllers
app/controllers/accounts_controller.rb 96 simplify render in controllers
app/controllers/accounts_controller.rb 163 simplify render in controllers
app/controllers/accounts_controller.rb 168 simplify render in controllers
app/controllers/admin/announcements_controller.rb 41 simplify render in controllers
app/controllers/admin/announcements_controller.rb 55 simplify render in controllers
app/controllers/admin/blog_categories_controller.rb 60 simplify render in controllers
app/controllers/admin/blog_categories_controller.rb 77 simplify render in controllers
app/controllers/admin/blog_posts_controller.rb 61 simplify render in controllers
app/controllers/admin/blog_posts_controller.rb 78 simplify render in controllers
app/controllers/admin/campaigns_controller.rb 69 simplify render in controllers
app/controllers/admin/channels_controller.rb 70 simplify render in controllers
app/controllers/admin/coupons_controller.rb 54 simplify render in controllers
app/controllers/admin/coupons_controller.rb 71 simplify render in controllers
app/controllers/admin/customer_relationships_controller.rb 70 simplify render in controllers
app/controllers/admin/email_templates_controller.rb 43 simplify render in controllers
app/controllers/admin/email_templates_controller.rb 58 simplify render in controllers
app/controllers/admin/leads_controller.rb 67 simplify render in controllers
app/controllers/admin/profitbooks_workstreams_controller.rb 36 simplify render in controllers
app/controllers/admin/profitbooks_workstreams_controller.rb 48 simplify render in controllers
app/controllers/admin/super_users_controller.rb 85 simplify render in controllers
app/controllers/admin/supports_controller.rb 52 simplify render in controllers
app/controllers/admin/supports_controller.rb 75 simplify render in controllers
app/controllers/attendances_controller.rb 87 simplify render in controllers
app/controllers/attendances_controller.rb 134 simplify render in controllers
app/controllers/auditors_controller.rb 83 simplify render in controllers
app/controllers/auditors_controller.rb 105 simplify render in controllers
app/controllers/bank_statements_controller.rb 138 simplify render in controllers
app/controllers/billing_controller.rb 128 simplify render in controllers
app/controllers/blog_categories_controller.rb 50 simplify render in controllers
app/controllers/blog_categories_controller.rb 66 simplify render in controllers
app/controllers/branches_controller.rb 55 simplify render in controllers
app/controllers/branches_controller.rb 71 simplify render in controllers
app/controllers/companies_controller.rb 61 simplify render in controllers
app/controllers/company_assets_controller.rb 78 simplify render in controllers
app/controllers/company_assets_controller.rb 99 simplify render in controllers
app/controllers/contacts_controller.rb 65 simplify render in controllers
app/controllers/contacts_controller.rb 83 simplify render in controllers
app/controllers/credit_notes_controller.rb 74 simplify render in controllers
app/controllers/credit_notes_controller.rb 97 simplify render in controllers
app/controllers/credit_notes_controller.rb 118 simplify render in controllers
app/controllers/credit_notes_controller.rb 136 simplify render in controllers
app/controllers/credit_notes_controller.rb 154 simplify render in controllers
app/controllers/credit_notes_controller.rb 184 simplify render in controllers
app/controllers/custom_fields_controller.rb 55 simplify render in controllers
app/controllers/custom_fields_controller.rb 71 simplify render in controllers
app/controllers/customer_imports_controller.rb 48 simplify render in controllers
app/controllers/customer_imports_controller.rb 64 simplify render in controllers
app/controllers/customer_imports_controller.rb 88 simplify render in controllers
app/controllers/customers_controller.rb 95 simplify render in controllers
app/controllers/customers_controller.rb 126 simplify render in controllers
app/controllers/debit_notes_controller.rb 74 simplify render in controllers
app/controllers/debit_notes_controller.rb 96 simplify render in controllers
app/controllers/debit_notes_controller.rb 117 simplify render in controllers
app/controllers/debit_notes_controller.rb 135 simplify render in controllers
app/controllers/debit_notes_controller.rb 153 simplify render in controllers
app/controllers/debit_notes_controller.rb 182 simplify render in controllers
app/controllers/delivery_challans_controller.rb 65 simplify render in controllers
app/controllers/delivery_challans_controller.rb 82 simplify render in controllers
app/controllers/departments_controller.rb 95 simplify render in controllers
app/controllers/deposits_controller.rb 103 simplify render in controllers
app/controllers/deposits_controller.rb 125 simplify render in controllers
app/controllers/deposits_controller.rb 143 simplify render in controllers
app/controllers/deposits_controller.rb 161 simplify render in controllers
app/controllers/deposits_controller.rb 179 simplify render in controllers
app/controllers/designations_controller.rb 87 simplify render in controllers
app/controllers/email_actions_controller.rb 50 simplify render in controllers
app/controllers/email_actions_controller.rb 66 simplify render in controllers
app/controllers/employee_goals_controller.rb 78 simplify render in controllers
app/controllers/employee_goals_controller.rb 100 simplify render in controllers
app/controllers/employees_controller.rb 55 simplify render in controllers
app/controllers/employees_controller.rb 71 simplify render in controllers
app/controllers/estimate_line_items_controller.rb 52 simplify render in controllers
app/controllers/estimate_line_items_controller.rb 68 simplify render in controllers
app/controllers/estimates_controller.rb 125 simplify render in controllers
app/controllers/estimates_controller.rb 155 simplify render in controllers
app/controllers/estimates_controller.rb 174 simplify render in controllers
app/controllers/estimates_controller.rb 192 simplify render in controllers
app/controllers/estimates_controller.rb 210 simplify render in controllers
app/controllers/expenses_controller.rb 93 simplify render in controllers
app/controllers/expenses_controller.rb 149 simplify render in controllers
app/controllers/expenses_controller.rb 180 simplify render in controllers
app/controllers/expenses_controller.rb 199 simplify render in controllers
app/controllers/expenses_controller.rb 218 simplify render in controllers
app/controllers/expenses_controller.rb 245 simplify render in controllers
app/controllers/feedbacks_controller.rb 68 simplify render in controllers
app/controllers/feedbacks_controller.rb 88 simplify render in controllers
app/controllers/finished_goods_controller.rb 51 simplify render in controllers
app/controllers/finished_goods_controller.rb 67 simplify render in controllers
app/controllers/helps_controller.rb 61 simplify render in controllers
app/controllers/helps_controller.rb 77 simplify render in controllers
app/controllers/holidays_controller.rb 96 simplify render in controllers
app/controllers/income_vouchers_controller.rb 108 simplify render in controllers
app/controllers/income_vouchers_controller.rb 131 simplify render in controllers
app/controllers/income_vouchers_controller.rb 150 simplify render in controllers
app/controllers/income_vouchers_controller.rb 168 simplify render in controllers
app/controllers/income_vouchers_controller.rb 186 simplify render in controllers
app/controllers/inventories_controller.rb 54 simplify render in controllers
app/controllers/inventories_controller.rb 72 simplify render in controllers
app/controllers/inventory_settings_controller.rb 54 simplify render in controllers
app/controllers/inventory_settings_controller.rb 70 simplify render in controllers
app/controllers/invitation_details_controller.rb 69 simplify render in controllers
app/controllers/invitation_details_controller.rb 85 simplify render in controllers
app/controllers/invoice_attachments_controller.rb 59 simplify render in controllers
app/controllers/invoice_attachments_controller.rb 75 simplify render in controllers
app/controllers/invoice_returns_controller.rb 55 simplify render in controllers
app/controllers/invoice_returns_controller.rb 72 simplify render in controllers
app/controllers/invoice_settings_controller.rb 56 simplify render in controllers
app/controllers/invoice_settings_controller.rb 73 simplify render in controllers
app/controllers/invoice_statuses_controller.rb 52 simplify render in controllers
app/controllers/invoice_statuses_controller.rb 68 simplify render in controllers
app/controllers/invoices_controller.rb 287 simplify render in controllers
app/controllers/invoices_controller.rb 289 simplify render in controllers
app/controllers/invoices_controller.rb 291 simplify render in controllers
app/controllers/invoices_controller.rb 337 simplify render in controllers
app/controllers/invoices_controller.rb 339 simplify render in controllers
app/controllers/invoices_controller.rb 363 simplify render in controllers
app/controllers/issue_raw_materials_controller.rb 52 simplify render in controllers
app/controllers/issue_raw_materials_controller.rb 68 simplify render in controllers
app/controllers/jobs_controller.rb 53 simplify render in controllers
app/controllers/jobs_controller.rb 69 simplify render in controllers
app/controllers/journal_imports_controller.rb 54 simplify render in controllers
app/controllers/journal_imports_controller.rb 70 simplify render in controllers
app/controllers/journal_imports_controller.rb 94 simplify render in controllers
app/controllers/journals_controller.rb 84 simplify render in controllers
app/controllers/journals_controller.rb 108 simplify render in controllers
app/controllers/journals_controller.rb 129 simplify render in controllers
app/controllers/journals_controller.rb 147 simplify render in controllers
app/controllers/journals_controller.rb 165 simplify render in controllers
app/controllers/labels_controller.rb 48 simplify render in controllers
app/controllers/labels_controller.rb 64 simplify render in controllers
app/controllers/leave_cards_controller.rb 74 simplify render in controllers
app/controllers/leave_requests_controller.rb 141 simplify render in controllers
app/controllers/leave_types_controller.rb 67 simplify render in controllers
app/controllers/leaves_controller.rb 52 simplify render in controllers
app/controllers/leaves_controller.rb 68 simplify render in controllers
app/controllers/make_payments_controller.rb 60 simplify render in controllers
app/controllers/make_payments_controller.rb 76 simplify render in controllers
app/controllers/master_objectives_controller.rb 73 simplify render in controllers
app/controllers/master_objectives_controller.rb 93 simplify render in controllers
app/controllers/messages_controller.rb 80 simplify render in controllers
app/controllers/messages_controller.rb 95 simplify render in controllers
app/controllers/myfiles_controller.rb 103 simplify render in controllers
app/controllers/notes_controller.rb 89 simplify render in controllers
app/controllers/notes_controller.rb 107 simplify render in controllers
app/controllers/organisation_announcements_controller.rb 86 simplify render in controllers
app/controllers/organisation_announcements_controller.rb 106 simplify render in controllers
app/controllers/pay_grades_controller.rb 48 simplify render in controllers
app/controllers/pay_grades_controller.rb 64 simplify render in controllers
app/controllers/payhead_types_controller.rb 67 simplify render in controllers
app/controllers/payhead_types_controller.rb 85 simplify render in controllers
app/controllers/payheads_controller.rb 70 simplify render in controllers
app/controllers/payheads_controller.rb 97 simplify render in controllers
app/controllers/payment_vouchers_controller.rb 97 simplify render in controllers
app/controllers/payment_vouchers_controller.rb 134 simplify render in controllers
app/controllers/payment_vouchers_controller.rb 136 simplify render in controllers
app/controllers/payment_vouchers_controller.rb 156 simplify render in controllers
app/controllers/payment_vouchers_controller.rb 174 simplify render in controllers
app/controllers/payment_vouchers_controller.rb 192 simplify render in controllers
app/controllers/payroll_execution_jobs_controller.rb 39 simplify render in controllers
app/controllers/payroll_settings_controller.rb 51 simplify render in controllers
app/controllers/payroll_settings_controller.rb 67 simplify render in controllers
app/controllers/pbreferrals_controller.rb 89 simplify render in controllers
app/controllers/plan_properties_controller.rb 50 simplify render in controllers
app/controllers/plan_properties_controller.rb 66 simplify render in controllers
app/controllers/policy_documents_controller.rb 71 simplify render in controllers
app/controllers/policy_documents_controller.rb 88 simplify render in controllers
app/controllers/process_payrolls_controller.rb 78 simplify render in controllers
app/controllers/process_payrolls_controller.rb 96 simplify render in controllers
app/controllers/product_imports_controller.rb 55 simplify render in controllers
app/controllers/product_imports_controller.rb 80 simplify render in controllers
app/controllers/product_settings_controller.rb 52 simplify render in controllers
app/controllers/product_settings_controller.rb 71 simplify render in controllers
app/controllers/products_controller.rb 93 simplify render in controllers
app/controllers/products_controller.rb 133 simplify render in controllers
app/controllers/projects_controller.rb 81 simplify render in controllers
app/controllers/projects_controller.rb 98 simplify render in controllers
app/controllers/projects_controller.rb 138 simplify render in controllers
app/controllers/purchase_attachments_controller.rb 59 simplify render in controllers
app/controllers/purchase_attachments_controller.rb 75 simplify render in controllers
app/controllers/purchase_orders_controller.rb 128 simplify render in controllers
app/controllers/purchase_orders_controller.rb 154 simplify render in controllers
app/controllers/purchase_orders_controller.rb 173 simplify render in controllers
app/controllers/purchase_orders_controller.rb 192 simplify render in controllers
app/controllers/purchase_orders_controller.rb 210 simplify render in controllers
app/controllers/purchase_return_line_items_controller.rb 50 simplify render in controllers
app/controllers/purchase_return_line_items_controller.rb 66 simplify render in controllers
app/controllers/purchase_returns_controller.rb 54 simplify render in controllers
app/controllers/purchase_returns_controller.rb 72 simplify render in controllers
app/controllers/purchases_controller.rb 178 simplify render in controllers
app/controllers/purchases_controller.rb 180 simplify render in controllers
app/controllers/purchases_controller.rb 227 simplify render in controllers
app/controllers/purchases_controller.rb 241 simplify render in controllers
app/controllers/purchases_controller.rb 273 simplify render in controllers
app/controllers/purchases_controller.rb 313 simplify render in controllers
app/controllers/purchases_controller.rb 331 simplify render in controllers
app/controllers/receipt_vouchers_controller.rb 119 simplify render in controllers
app/controllers/receipt_vouchers_controller.rb 155 simplify render in controllers
app/controllers/receipt_vouchers_controller.rb 157 simplify render in controllers
app/controllers/receive_cashes_controller.rb 54 simplify render in controllers
app/controllers/receive_cashes_controller.rb 70 simplify render in controllers
app/controllers/registration_controller.rb 18 simplify render in controllers
app/controllers/reimbursement_note_attachments_controller.rb 57 simplify render in controllers
app/controllers/reimbursement_note_attachments_controller.rb 73 simplify render in controllers
app/controllers/reimbursement_notes_controller.rb 62 simplify render in controllers
app/controllers/reimbursement_notes_controller.rb 80 simplify render in controllers
app/controllers/reimbursement_notes_controller.rb 95 simplify render in controllers
app/controllers/reimbursement_notes_controller.rb 114 simplify render in controllers
app/controllers/reimbursement_notes_controller.rb 132 simplify render in controllers
app/controllers/reimbursement_vouchers_controller.rb 77 simplify render in controllers
app/controllers/reimbursement_vouchers_controller.rb 100 simplify render in controllers
app/controllers/saccountings_controller.rb 71 simplify render in controllers
app/controllers/saccountings_controller.rb 94 simplify render in controllers
app/controllers/saccountings_controller.rb 116 simplify render in controllers
app/controllers/salary_structures_controller.rb 119 simplify render in controllers
app/controllers/sales_orders_controller.rb 86 simplify render in controllers
app/controllers/sales_orders_controller.rb 115 simplify render in controllers
app/controllers/sales_orders_controller.rb 144 simplify render in controllers
app/controllers/signup_controller.rb 49 simplify render in controllers
app/controllers/signup_controller.rb 81 simplify render in controllers
app/controllers/signup_controller.rb 85 simplify render in controllers
app/controllers/stock_issue_vouchers_controller.rb 64 simplify render in controllers
app/controllers/stock_issue_vouchers_controller.rb 82 simplify render in controllers
app/controllers/stock_receipt_vouchers_controller.rb 67 simplify render in controllers
app/controllers/stock_receipt_vouchers_controller.rb 92 simplify render in controllers
app/controllers/stock_transfer_vouchers_controller.rb 60 simplify render in controllers
app/controllers/stock_transfer_vouchers_controller.rb 78 simplify render in controllers
app/controllers/stock_wastage_line_items_controller.rb 50 simplify render in controllers
app/controllers/stock_wastage_line_items_controller.rb 66 simplify render in controllers
app/controllers/stock_wastage_vouchers_controller.rb 63 simplify render in controllers
app/controllers/stock_wastage_vouchers_controller.rb 81 simplify render in controllers
app/controllers/subscription_histories_controller.rb 50 simplify render in controllers
app/controllers/subscription_histories_controller.rb 66 simplify render in controllers
app/controllers/supports_controller.rb 72 simplify render in controllers
app/controllers/supports_controller.rb 99 simplify render in controllers
app/controllers/tasks_controller.rb 101 simplify render in controllers
app/controllers/tasks_controller.rb 120 simplify render in controllers
app/controllers/tasks_controller.rb 158 simplify render in controllers
app/controllers/tds_payment_vouchers_controller.rb 64 simplify render in controllers
app/controllers/tds_payment_vouchers_controller.rb 87 simplify render in controllers
app/controllers/timesheets_controller.rb 98 simplify render in controllers
app/controllers/timesheets_controller.rb 121 simplify render in controllers
app/controllers/timesheets_controller.rb 137 simplify render in controllers
app/controllers/transfer_cashes_controller.rb 96 simplify render in controllers
app/controllers/transfer_cashes_controller.rb 118 simplify render in controllers
app/controllers/transfer_cashes_controller.rb 137 simplify render in controllers
app/controllers/transfer_cashes_controller.rb 156 simplify render in controllers
app/controllers/transfer_cashes_controller.rb 175 simplify render in controllers
app/controllers/user_informations_controller.rb 10 simplify render in controllers
app/controllers/users_controller.rb 318 simplify render in controllers
app/controllers/users_controller.rb 352 simplify render in controllers
app/controllers/vendor_imports_controller.rb 48 simplify render in controllers
app/controllers/vendor_imports_controller.rb 64 simplify render in controllers
app/controllers/vendor_imports_controller.rb 87 simplify render in controllers
app/controllers/vendors_controller.rb 94 simplify render in controllers
app/controllers/vendors_controller.rb 125 simplify render in controllers
app/controllers/voucher_settings_controller.rb 50 simplify render in controllers
app/controllers/voucher_settings_controller.rb 66 simplify render in controllers
app/controllers/voucher_titles_controller.rb 39 simplify render in controllers
app/controllers/warehouses_controller.rb 64 simplify render in controllers
app/controllers/webinars_controller.rb 62 simplify render in controllers
app/controllers/webinars_controller.rb 78 simplify render in controllers
app/controllers/withdrawals_controller.rb 106 simplify render in controllers
app/controllers/withdrawals_controller.rb 128 simplify render in controllers
app/controllers/withdrawals_controller.rb 148 simplify render in controllers
app/controllers/withdrawals_controller.rb 167 simplify render in controllers
app/controllers/withdrawals_controller.rb 186 simplify render in controllers
app/controllers/workstreams_controller.rb 49 simplify render in controllers
app/controllers/workstreams_controller.rb 65 simplify render in controllers
app/views/account_books_and_registers/reports.html.erb 9 simplify render in views
app/views/account_heads/edit.html.erb 11 simplify render in views
app/views/account_heads/index.html.erb 18 simplify render in views
app/views/account_heads/new.html.erb 11 simplify render in views
app/views/accounts/_account_detail.html.erb 18 simplify render in views
app/views/accounts/_edit_form.html.erb 42 simplify render in views
app/views/accounts/_form.html.erb 43 simplify render in views
app/views/accounts/account_partial.js.erb 4 simplify render in views
app/views/accounts/bank_accounts.html.erb 40 simplify render in views
app/views/accounts/bank_accounts.html.erb 43 simplify render in views
app/views/accounts/bank_accounts.html.erb 46 simplify render in views
app/views/accounts/customer_accounts.html.erb 46 simplify render in views
app/views/accounts/customer_accounts.html.erb 49 simplify render in views
app/views/accounts/customer_accounts.html.erb 52 simplify render in views
app/views/accounts/edit.html.erb 11 simplify render in views
app/views/accounts/index.html.erb 19 simplify render in views
app/views/accounts/new.html.erb 11 simplify render in views
app/views/accounts/product_or_service_accounts.html.erb 46 simplify render in views
app/views/accounts/product_or_service_accounts.html.erb 49 simplify render in views
app/views/accounts/product_or_service_accounts.html.erb 52 simplify render in views
app/views/accounts/show.html.erb 34 simplify render in views
app/views/accounts/tax_accounts.html.erb 46 simplify render in views
app/views/accounts/tax_accounts.html.erb 49 simplify render in views
app/views/accounts/tax_accounts.html.erb 52 simplify render in views
app/views/accounts/vendor_accounts.html.erb 46 simplify render in views
app/views/accounts/vendor_accounts.html.erb 49 simplify render in views
app/views/accounts/vendor_accounts.html.erb 52 simplify render in views
app/views/admin/blog_categories/index.html.erb 22 simplify render in views
app/views/admin/blog_categories/new.html.erb 17 simplify render in views
app/views/admin/blog_posts/_form.html.erb 1 simplify render in views
app/views/admin/blog_posts/edit.html.erb 16 simplify render in views
app/views/admin/blog_posts/index.html.erb 19 simplify render in views
app/views/admin/blog_posts/new.html.erb 76 simplify render in views
app/views/admin/companies/_expired_companies.html.erb 4 simplify render in views
app/views/admin/companies/_expiring_this_month.html.erb 4 simplify render in views
app/views/admin/companies/_never_contacted_companies.html.erb 4 simplify render in views
app/views/admin/companies/_paid_company.html.erb 4 simplify render in views
app/views/admin/companies/_paid_expired_companies.html.erb 4 simplify render in views
app/views/admin/companies/_paid_expiring_this_month.html.erb 4 simplify render in views
app/views/admin/companies/_reg_this_month.html.erb 4 simplify render in views
app/views/admin/companies/_trial_expired_companies.html.erb 4 simplify render in views
app/views/admin/companies/_trial_expiring_this_month.html.erb 4 simplify render in views
app/views/admin/companies/_trial_reg_this_month.html.erb 4 simplify render in views
app/views/admin/companies/_trial_todays_company.html.erb 4 simplify render in views
app/views/admin/companies/amber.html.erb 18 simplify render in views
app/views/admin/companies/amber.html.erb 25 simplify render in views
app/views/admin/companies/company_closed.html.erb 12 simplify render in views
app/views/admin/companies/company_closed.html.erb 22 simplify render in views
app/views/admin/companies/company_closed.html.erb 43 simplify render in views
app/views/admin/companies/expiring_in_15_days.html.erb 12 simplify render in views
app/views/admin/companies/expiring_in_15_days.html.erb 22 simplify render in views
app/views/admin/companies/expiring_in_15_days.html.erb 43 simplify render in views
app/views/admin/companies/expiring_this_month.html.erb 23 simplify render in views
app/views/admin/companies/expiring_this_week.html.erb 12 simplify render in views
app/views/admin/companies/expiring_this_week.html.erb 22 simplify render in views
app/views/admin/companies/expiring_this_week.html.erb 44 simplify render in views
app/views/admin/companies/green.html.erb 18 simplify render in views
app/views/admin/companies/green.html.erb 25 simplify render in views
app/views/admin/companies/index.html.erb 32 simplify render in views
app/views/admin/companies/index.html.erb 48 simplify render in views
app/views/admin/companies/red.html.erb 18 simplify render in views
app/views/admin/companies/red.html.erb 25 simplify render in views
app/views/admin/companies/sales_by_user.html.erb 22 simplify render in views
app/views/admin/companies/show.html.erb 151 simplify render in views
app/views/admin/companies/this_month.html.erb 12 simplify render in views
app/views/admin/companies/this_month.html.erb 22 simplify render in views
app/views/admin/companies/this_month.html.erb 43 simplify render in views
app/views/admin/companies/this_week.html.erb 12 simplify render in views
app/views/admin/companies/this_week.html.erb 22 simplify render in views
app/views/admin/companies/this_week.html.erb 44 simplify render in views
app/views/admin/companies/this_year.html.erb 12 simplify render in views
app/views/admin/companies/this_year.html.erb 22 simplify render in views
app/views/admin/companies/this_year.html.erb 43 simplify render in views
app/views/admin/email_templates/edit.html.erb 11 simplify render in views
app/views/admin/email_templates/new.html.erb 11 simplify render in views
app/views/admin/email_templates/send_bulk_email.html.erb 13 simplify render in views
app/views/admin/leads/_interested_leads.html.erb 4 simplify render in views
app/views/admin/leads/_lost_leads.html.erb 4 simplify render in views
app/views/admin/leads/_might_buy_leads.html.erb 4 simplify render in views
app/views/admin/leads/_no_response_leads.html.erb 4 simplify render in views
app/views/admin/leads/_not_interested_leads.html.erb 4 simplify render in views
app/views/admin/leads/_on_hold_leads.html.erb 4 simplify render in views
app/views/admin/leads/_past_due_leads.html.erb 4 simplify render in views
app/views/admin/leads/_self_assigned_leads.html.erb 4 simplify render in views
app/views/admin/leads/_self_created_leads.html.erb 4 simplify render in views
app/views/admin/leads/_todays_leads.html.erb 4 simplify render in views
app/views/admin/leads/_unassigned_leads.html.erb 4 simplify render in views
app/views/admin/leads/_upcoming_leads.html.erb 4 simplify render in views
app/views/admin/leads/activity_reports.html.erb 21 simplify render in views
app/views/admin/leads/add_campaign.js .erb 2 simplify render in views
app/views/admin/leads/add_campaign.js.erb 2 simplify render in views
app/views/admin/leads/add_channel.js.erb 2 simplify render in views
app/views/admin/leads/channel_summary.html.erb 21 simplify render in views
app/views/admin/leads/index.html.erb 24 simplify render in views
app/views/admin/leads/index.html.erb 47 simplify render in views
app/views/admin/leads/lead_action.js.erb 2 simplify render in views
app/views/admin/leads/lead_reports.html.erb 21 simplify render in views
app/views/admin/leads/old_activity_report.html.erb 21 simplify render in views
app/views/admin/leads/paid_leads.html.erb 12 simplify render in views
app/views/admin/leads/pending_leads.html.erb 12 simplify render in views
app/views/admin/leads/pending_leads.html.erb 16 simplify render in views
app/views/admin/leads/request_demo.html.erb 16 simplify render in views
app/views/admin/leads/request_demo.html.erb 34 simplify render in views
app/views/admin/leads/show.html.erb 193 simplify render in views
app/views/admin/leads/show.html.erb 196 simplify render in views
app/views/admin/leads/time_consumed_by_activities.html.erb 21 simplify render in views
app/views/admin/leads/todays_leads.html.erb 12 simplify render in views
app/views/admin/leads/unpaid_leads.html.erb 12 simplify render in views
app/views/admin/plans/get_right.js.erb 2 simplify render in views
app/views/admin/plans/get_role.js.erb 2 simplify render in views
app/views/admin/plans/get_role.js.erb 4 simplify render in views
app/views/admin/supports/index.html.erb 42 simplify render in views
app/views/admin/supports/index.html.erb 45 simplify render in views
app/views/admin/supports/index.html.erb 48 simplify render in views
app/views/attendances/add_variable_payhead_detail.js.erb 2 simplify render in views
app/views/attendances/edit.js.erb 2 simplify render in views
app/views/attendances/index.html.erb 13 simplify render in views
app/views/attendances/new.html.erb 15 simplify render in views
app/views/attendances/update_payroll_execution_detail.js.erb 2 simplify render in views
app/views/auditors/new.html.erb 12 simplify render in views
app/views/bank_reconciliation/_form.html.erb 5 simplify render in views
app/views/bank_reconciliation/reconcile.html.erb 14 simplify render in views
app/views/bank_statements/_transactions.html.erb 19 simplify render in views
app/views/bank_statements/_transactions.html.erb 22 simplify render in views
app/views/bank_statements/_transactions.html.erb 28 simplify render in views
app/views/bank_statements/_transactions.html.erb 31 simplify render in views
app/views/bank_statements/payment_mode.js.erb 2 simplify render in views
app/views/bank_statements/report.html.erb 18 simplify render in views
app/views/bank_statements/report.html.erb 23 simplify render in views
app/views/billing/index.html.erb 18 simplify render in views
app/views/billing/plan_details.js.erb 3 simplify render in views
app/views/billing/plan_details.js.erb 5 simplify render in views
app/views/billing/plan_details.js.erb 7 simplify render in views
app/views/blog/index.html.erb 79 simplify render in views
app/views/blog/index.html.erb 86 simplify render in views
app/views/blog/show.html.erb 109 simplify render in views
app/views/blog_posts/edit.html.erb 14 simplify render in views
app/views/blog_posts/new.html.erb 14 simplify render in views
app/views/branches/edit.html.erb 17 simplify render in views
app/views/branches/index.html.erb 30 simplify render in views
app/views/branches/new.html.erb 17 simplify render in views
app/views/companies/edit_logo.js.erb 2 simplify render in views
app/views/companies/index.html.erb 26 simplify render in views
app/views/companies/index.html.erb 29 simplify render in views
app/views/companies/index.html.erb 32 simplify render in views
app/views/company_assets/index.html.erb 21 simplify render in views
app/views/company_assets/index.html.erb 24 simplify render in views
app/views/company_assets/index.html.erb 27 simplify render in views
app/views/company_assets/index.html.erb 43 simplify render in views
app/views/company_assets/my_asset.html.erb 48 simplify render in views
app/views/company_assets/my_asset.html.erb 52 simplify render in views
app/views/company_assets/my_asset.html.erb 56 simplify render in views
app/views/contacts/index.html.erb 32 simplify render in views
app/views/contacts/index.html.erb 35 simplify render in views
app/views/contacts/index.html.erb 38 simplify render in views
app/views/credit_notes/deleted_credit_note.html.erb 61 simplify render in views
app/views/credit_notes/deleted_credit_note.html.erb 64 simplify render in views
app/views/credit_notes/deleted_credit_note.html.erb 67 simplify render in views
app/views/credit_notes/edit.html.erb 12 simplify render in views
app/views/credit_notes/index.html.erb 17 simplify render in views
app/views/credit_notes/index.html.erb 23 simplify render in views
app/views/credit_notes/index.html.erb 29 simplify render in views
app/views/credit_notes/new.html.erb 12 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 23 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 28 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 36 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 38 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 40 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 42 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 44 simplify render in views
app/views/custom_fields/custom_field_report.html.erb 46 simplify render in views
app/views/custom_fields/show.html.erb 12 simplify render in views
app/views/customer_statements/index.html.erb 20 simplify render in views
app/views/customers/edit.html.erb 13 simplify render in views
app/views/customers/new.html.erb 13 simplify render in views
app/views/dashboard/account_management.html.erb 25 simplify render in views
app/views/dashboard/final_setup.html.erb 25 simplify render in views
app/views/dashboard/index.html.erb 13 simplify render in views
app/views/dashboard/index.html.erb 15 simplify render in views
app/views/dashboard/setup.html.erb 27 simplify render in views
app/views/dashboard/setup.html.erb 30 simplify render in views
app/views/dashboard/setup.html.erb 33 simplify render in views
app/views/daybook/index.html.erb 23 simplify render in views
app/views/daybook/index.html.erb 28 simplify render in views
app/views/db/create_folder.js.erb 3 simplify render in views
app/views/db/index.html.erb 19 simplify render in views
app/views/db/upload.js.erb 3 simplify render in views
app/views/db/upload.js.erb 15 simplify render in views
app/views/db/upload_file.js.erb 3 simplify render in views
app/views/debit_notes/deleted_debit_note.html.erb 60 simplify render in views
app/views/debit_notes/deleted_debit_note.html.erb 63 simplify render in views
app/views/debit_notes/deleted_debit_note.html.erb 66 simplify render in views
app/views/debit_notes/deleted_debit_npte.html.erb 49 simplify render in views
app/views/debit_notes/deleted_debit_npte.html.erb 52 simplify render in views
app/views/debit_notes/deleted_debit_npte.html.erb 55 simplify render in views
app/views/debit_notes/edit.html.erb 12 simplify render in views
app/views/debit_notes/index.html.erb 17 simplify render in views
app/views/debit_notes/index.html.erb 22 simplify render in views
app/views/debit_notes/index.html.erb 28 simplify render in views
app/views/debit_notes/new.html.erb 12 simplify render in views
app/views/debtor_aging/_form.html.erb 133 simplify render in views
app/views/delivery_challans/new.html.erb 13 simplify render in views
app/views/delivery_challans/show.html.erb 69 simplify render in views
app/views/departments/index.html.erb 43 simplify render in views
app/views/departments/index.html.erb 46 simplify render in views
app/views/departments/index.html.erb 49 simplify render in views
app/views/deposits/deleted_deposit.html.erb 59 simplify render in views
app/views/deposits/deleted_deposit.html.erb 62 simplify render in views
app/views/deposits/deleted_deposit.html.erb 65 simplify render in views
app/views/deposits/edit.html.erb 16 simplify render in views
app/views/deposits/index.html.erb 15 simplify render in views
app/views/deposits/index.html.erb 27 simplify render in views
app/views/deposits/index.html.erb 30 simplify render in views
app/views/deposits/index.html.erb 33 simplify render in views
app/views/designations/index.html.erb 42 simplify render in views
app/views/designations/index.html.erb 45 simplify render in views
app/views/designations/index.html.erb 48 simplify render in views
app/views/duties_and_taxes/edit.html.erb 12 simplify render in views
app/views/duties_and_taxes/new.html.erb 12 simplify render in views
app/views/duties_and_taxes/report.html.erb 22 simplify render in views
app/views/duties_and_taxes/report.html.erb 27 simplify render in views
app/views/duties_and_taxes/tax_report.html.erb 23 simplify render in views
app/views/duties_and_taxes/tax_report.html.erb 28 simplify render in views
app/views/duties_and_taxes/vat_report.html.erb 19 simplify render in views
app/views/duties_and_taxes/vat_report.html.erb 24 simplify render in views
app/views/employee_breakup/breakup_for_employee.html.erb 25 simplify render in views
app/views/employee_breakup/breakup_for_employee.html.erb 30 simplify render in views
app/views/employee_breakup/index.html.erb 26 simplify render in views
app/views/employee_breakup/index.html.erb 33 simplify render in views
app/views/employee_goals/index.html.erb 43 simplify render in views
app/views/employee_goals/index.html.erb 46 simplify render in views
app/views/employee_goals/index.html.erb 49 simplify render in views
app/views/employees/index.html.erb 34 simplify render in views
app/views/employees/index.html.erb 37 simplify render in views
app/views/employees/index.html.erb 40 simplify render in views
app/views/estimates/_calculation_details.html.erb 6 simplify render in views
app/views/estimates/_calculation_details.html.erb 22 simplify render in views
app/views/estimates/_form.html.erb 6 simplify render in views
app/views/estimates/_form.html.erb 51 simplify render in views
app/views/estimates/create_estimate_email.html.erb 11 simplify render in views
app/views/estimates/custom_field.html.erb 15 simplify render in views
app/views/estimates/deleted_estimate.html.erb 62 simplify render in views
app/views/estimates/deleted_estimate.html.erb 65 simplify render in views
app/views/estimates/deleted_estimate.html.erb 68 simplify render in views
app/views/estimates/edit.html.erb 13 simplify render in views
app/views/estimates/index.html.erb 18 simplify render in views
app/views/estimates/index.html.erb 23 simplify render in views
app/views/estimates/index.html.erb 28 simplify render in views
app/views/estimates/new.html.erb 13 simplify render in views
app/views/estimates/show.html.erb 73 simplify render in views
app/views/estimates/show.html.erb 111 simplify render in views
app/views/estimates/show.html.erb 112 simplify render in views
app/views/expenses/_form.html.erb 7 simplify render in views
app/views/expenses/_payment_form.html.erb 98 simplify render in views
app/views/expenses/deleted_expense.html.erb 59 simplify render in views
app/views/expenses/deleted_expense.html.erb 62 simplify render in views
app/views/expenses/deleted_expense.html.erb 65 simplify render in views
app/views/expenses/edit.html.erb 13 simplify render in views
app/views/expenses/index.html.erb 21 simplify render in views
app/views/expenses/index.html.erb 26 simplify render in views
app/views/expenses/new.html.erb 12 simplify render in views
app/views/expenses/show.html.erb 57 simplify render in views
app/views/expenses/show.html.erb 58 simplify render in views
app/views/expenses/show.html.erb 131 simplify render in views
app/views/expenses_report/expenses_report.html.erb 55 simplify render in views
app/views/feedbacks/index.html.erb 27 simplify render in views
app/views/feedbacks/index.html.erb 30 simplify render in views
app/views/feedbacks/index.html.erb 33 simplify render in views
app/views/gain_or_loss_report/index.html.erb 25 simplify render in views
app/views/helps/index.html.erb 16 simplify render in views
app/views/helps/index.html.erb 19 simplify render in views
app/views/helps/index.html.erb 22 simplify render in views
app/views/holidays/index.html.erb 44 simplify render in views
app/views/holidays/index.html.erb 47 simplify render in views
app/views/holidays/index.html.erb 50 simplify render in views
app/views/home/404.html.erb 29 simplify render in views
app/views/home/404.html.erb 34 simplify render in views
app/views/home/404.html.erb 39 simplify render in views
app/views/home/404.html.erb 50 simplify render in views
app/views/home/404.html.erb 75 simplify render in views
app/views/home/about.html.erb 21 simplify render in views
app/views/home/about.html.erb 282 simplify render in views
app/views/home/accounting_software_features.html.erb 23 simplify render in views
app/views/home/accounting_software_features.html.erb 65 simplify render in views
app/views/home/accounting_software_features.html.erb 238 simplify render in views
app/views/home/benefits_for_accountant_and_outsoursing_firms.html.erb 27 simplify render in views
app/views/home/benefits_for_accountant_and_outsoursing_firms.html.erb 68 simplify render in views
app/views/home/benefits_for_accountant_and_outsoursing_firms.html.erb 163 simplify render in views
app/views/home/benefits_for_accountant_and_outsoursing_firms.html.erb 188 simplify render in views
app/views/home/blog.html.erb 21 simplify render in views
app/views/home/blog.html.erb 437 simplify render in views
app/views/home/common_questions.html.erb 25 simplify render in views
app/views/home/common_questions.html.erb 57 simplify render in views
app/views/home/common_questions.html.erb 177 simplify render in views
app/views/home/contact.html.erb 22 simplify render in views
app/views/home/contact.html.erb 28 simplify render in views
app/views/home/contact.html.erb 74 simplify render in views
app/views/home/contact.html.erb 99 simplify render in views
app/views/home/contact.html.erb 127 simplify render in views
app/views/home/features_accounting.html.erb 7 simplify render in views
app/views/home/features_accounting.html.erb 17 simplify render in views
app/views/home/features_accounting.html.erb 26 simplify render in views
app/views/home/features_accounting.html.erb 95 simplify render in views
app/views/home/features_managers.html.erb 8 simplify render in views
app/views/home/features_managers.html.erb 19 simplify render in views
app/views/home/features_managers.html.erb 30 simplify render in views
app/views/home/features_managers.html.erb 101 simplify render in views
app/views/home/features_payroll.html.erb 8 simplify render in views
app/views/home/features_payroll.html.erb 16 simplify render in views
app/views/home/features_payroll.html.erb 22 simplify render in views
app/views/home/features_payroll.html.erb 64 simplify render in views
app/views/home/features_payroll.html.erb 136 simplify render in views
app/views/home/features_team.html.erb 8 simplify render in views
app/views/home/features_team.html.erb 18 simplify render in views
app/views/home/features_team.html.erb 28 simplify render in views
app/views/home/features_team.html.erb 104 simplify render in views
app/views/home/howitsuseful.html.erb 21 simplify render in views
app/views/home/howitsuseful.html.erb 363 simplify render in views
app/views/home/icons.html.erb 21 simplify render in views
app/views/home/icons.html.erb 563 simplify render in views
app/views/home/index.html.erb 20 simplify render in views
app/views/home/index.html.erb 50 simplify render in views
app/views/home/index.html.erb 170 simplify render in views
app/views/home/international_pricing.html.erb 8 simplify render in views
app/views/home/international_pricing.html.erb 20 simplify render in views
app/views/home/international_pricing.html.erb 32 simplify render in views
app/views/home/international_pricing.html.erb 181 simplify render in views
app/views/home/logged_out.html.erb 61 simplify render in views
app/views/home/pricing.html.erb 22 simplify render in views
app/views/home/pricing.html.erb 54 simplify render in views
app/views/home/pricing.html.erb 196 simplify render in views
app/views/home/privacy_policy.html.erb 8 simplify render in views
app/views/home/privacy_policy.html.erb 19 simplify render in views
app/views/home/privacy_policy.html.erb 31 simplify render in views
app/views/home/privacy_policy.html.erb 78 simplify render in views
app/views/home/sales.html.erb 8 simplify render in views
app/views/home/sales.html.erb 18 simplify render in views
app/views/home/sales.html.erb 29 simplify render in views
app/views/home/sales.html.erb 77 simplify render in views
app/views/home/services-layout2.html.erb 21 simplify render in views
app/views/home/services-layout2.html.erb 304 simplify render in views
app/views/home/sitemap.html.erb 8 simplify render in views
app/views/home/sitemap.html.erb 19 simplify render in views
app/views/home/sitemap.html.erb 31 simplify render in views
app/views/home/sitemap.html.erb 81 simplify render in views
app/views/home/support.html.erb 21 simplify render in views
app/views/home/support.html.erb 304 simplify render in views
app/views/home/terms_of_service.html.erb 8 simplify render in views
app/views/home/terms_of_service.html.erb 19 simplify render in views
app/views/home/terms_of_service.html.erb 30 simplify render in views
app/views/home/terms_of_service.html.erb 126 simplify render in views
app/views/home/testimonials.html.erb 20 simplify render in views
app/views/home/thanks_for_register.html.erb 8 simplify render in views
app/views/home/thanks_for_register.html.erb 20 simplify render in views
app/views/home/thanks_for_register.html.erb 30 simplify render in views
app/views/home/thanks_for_register.html.erb 49 simplify render in views
app/views/home/typhography.html.erb 21 simplify render in views
app/views/home/typhography.html.erb 263 simplify render in views
app/views/home/webinar.html.erb 56 simplify render in views
app/views/horizontal_balance_sheet/index.html.erb 20 simplify render in views
app/views/horizontal_balance_sheet/index.html.erb 25 simplify render in views
app/views/horizontal_profit_and_loss/index.html.erb 20 simplify render in views
app/views/income_vouchers/_edit_form.html.erb 56 simplify render in views
app/views/income_vouchers/_form.html.erb 72 simplify render in views
app/views/income_vouchers/deleted_other_income.html.erb 55 simplify render in views
app/views/income_vouchers/deleted_other_income.html.erb 58 simplify render in views
app/views/income_vouchers/deleted_other_income.html.erb 61 simplify render in views
app/views/income_vouchers/edit.html.erb 12 simplify render in views
app/views/income_vouchers/payment_mode.js.erb 2 simplify render in views
app/views/inventory_statements/product_statement.html.erb 16 simplify render in views
app/views/inventory_statements/stock_statement.html.erb 16 simplify render in views
app/views/invoice_returns/edit.html.erb 12 simplify render in views
app/views/invoice_returns/new.html.erb 12 simplify render in views
app/views/invoice_returns/show.html.erb 59 simplify render in views
app/views/invoice_returns/show.html.erb 60 simplify render in views
app/views/invoice_settings/edit.html.erb 13 simplify render in views
app/views/invoice_settings/show.html.erb 54 simplify render in views
app/views/invoice_settlement/index.html.erb 22 simplify render in views
app/views/invoices/_add_payment_form.html.erb 78 simplify render in views
app/views/invoices/_calculation_details.html.erb 7 simplify render in views
app/views/invoices/_calculation_details.html.erb 8 simplify render in views
app/views/invoices/_filter_old.html.erb 81 simplify render in views
app/views/invoices/_first_step.html.erb 15 simplify render in views
app/views/invoices/_first_step.html.erb 40 simplify render in views
app/views/invoices/_first_step.html.erb 42 simplify render in views
app/views/invoices/_form.html.erb 6 simplify render in views
app/views/invoices/add_payment_form.html.erb 82 simplify render in views
app/views/invoices/cash_invoice.html.erb 67 simplify render in views
app/views/invoices/cash_invoice.html.erb 70 simplify render in views
app/views/invoices/cash_invoice.html.erb 73 simplify render in views
app/views/invoices/cash_invoice.html.erb 76 simplify render in views
app/views/invoices/closed.html.erb 67 simplify render in views
app/views/invoices/closed.html.erb 70 simplify render in views
app/views/invoices/closed.html.erb 73 simplify render in views
app/views/invoices/closed.html.erb 76 simplify render in views
app/views/invoices/converted_from_estimate.html.erb 18 simplify render in views
app/views/invoices/converted_from_estimate.html.erb 91 simplify render in views
app/views/invoices/copy_invoice.html.erb 11 simplify render in views
app/views/invoices/create_invoice_email.html.erb 11 simplify render in views
app/views/invoices/created_from_sales_order.html.erb 19 simplify render in views
app/views/invoices/created_from_sales_order.html.erb 119 simplify render in views
app/views/invoices/custom_field.html.erb 15 simplify render in views
app/views/invoices/deleted_invoice.html.erb 68 simplify render in views
app/views/invoices/deleted_invoice.html.erb 71 simplify render in views
app/views/invoices/deleted_invoice.html.erb 74 simplify render in views
app/views/invoices/deleted_invoice.html.erb 77 simplify render in views
app/views/invoices/draft.html.erb 67 simplify render in views
app/views/invoices/draft.html.erb 70 simplify render in views
app/views/invoices/draft.html.erb 73 simplify render in views
app/views/invoices/draft.html.erb 76 simplify render in views
app/views/invoices/edit.html.erb 13 simplify render in views
app/views/invoices/index.html.erb 48 simplify render in views
app/views/invoices/index.html.erb 52 simplify render in views
app/views/invoices/index.html.erb 57 simplify render in views
app/views/invoices/index.html.erb 66 simplify render in views
app/views/invoices/index.html.erb 71 simplify render in views
app/views/invoices/new.html.erb 13 simplify render in views
app/views/invoices/open.html.erb 67 simplify render in views
app/views/invoices/open.html.erb 70 simplify render in views
app/views/invoices/open.html.erb 73 simplify render in views
app/views/invoices/open.html.erb 76 simplify render in views
app/views/invoices/recursive_invoices.html.erb 67 simplify render in views
app/views/invoices/recursive_invoices.html.erb 70 simplify render in views
app/views/invoices/recursive_invoices.html.erb 73 simplify render in views
app/views/invoices/recursive_invoices.html.erb 76 simplify render in views
app/views/invoices/select_warehouse.js.erb 4 simplify render in views
app/views/invoices/select_warehouse.js.erb 6 simplify render in views
app/views/invoices/show.html.erb 51 simplify render in views
app/views/invoices/show.html.erb 72 simplify render in views
app/views/invoices/show.html.erb 74 simplify render in views
app/views/invoices/show.html.erb 79 simplify render in views
app/views/invoices/show.html.erb 81 simplify render in views
app/views/invoices/show.html.erb 83 simplify render in views
app/views/invoices/show.html.erb 112 simplify render in views
app/views/invoices/time_invoice.html.erb 67 simplify render in views
app/views/invoices/time_invoice.html.erb 70 simplify render in views
app/views/invoices/time_invoice.html.erb 73 simplify render in views
app/views/invoices/time_invoice.html.erb 76 simplify render in views
app/views/jobs/index.html.erb 41 simplify render in views
app/views/jobs/index.html.erb 44 simplify render in views
app/views/jobs/index.html.erb 47 simplify render in views
app/views/journals/_form.html.erb 6 simplify render in views
app/views/journals/deleted_journal.html.erb 60 simplify render in views
app/views/journals/deleted_journal.html.erb 63 simplify render in views
app/views/journals/deleted_journal.html.erb 66 simplify render in views
app/views/journals/edit.html.erb 12 simplify render in views
app/views/journals/index.html.erb 26 simplify render in views
app/views/journals/index.html.erb 31 simplify render in views
app/views/journals/index.html.erb 37 simplify render in views
app/views/journals/new.html.erb 12 simplify render in views
app/views/leave_approval/index.html.erb 22 simplify render in views
app/views/leave_cards/show.html.erb 40 simplify render in views
app/views/leave_requests/approved.html.erb 29 simplify render in views
app/views/leave_requests/approved.html.erb 32 simplify render in views
app/views/leave_requests/approved.html.erb 35 simplify render in views
app/views/leave_requests/my_leave_request.html.erb 28 simplify render in views
app/views/leave_requests/my_leave_request.html.erb 34 simplify render in views
app/views/leave_requests/rejected.html.erb 29 simplify render in views
app/views/leave_requests/rejected.html.erb 32 simplify render in views
app/views/leave_requests/rejected.html.erb 35 simplify render in views
app/views/leave_types/index.html.erb 26 simplify render in views
app/views/ledgers/deleted_ledger_entry.html.erb 15 simplify render in views
app/views/ledgers/deleted_ledger_entry.html.erb 18 simplify render in views
app/views/ledgers/deleted_ledger_entry.html.erb 21 simplify render in views
app/views/ledgers/index.html.erb 12 simplify render in views
app/views/login/logout_feedback.html.erb 21 simplify render in views
app/views/low_stock/index.html.erb 27 simplify render in views
app/views/low_stock/index.html.erb 32 simplify render in views
app/views/master_objectives/index.html.erb 42 simplify render in views
app/views/master_objectives/index.html.erb 45 simplify render in views
app/views/master_objectives/index.html.erb 48 simplify render in views
app/views/messages/deleted.html.erb 28 simplify render in views
app/views/messages/deleted.html.erb 31 simplify render in views
app/views/messages/deleted.html.erb 34 simplify render in views
app/views/messages/draft.html.erb 20 simplify render in views
app/views/messages/draft.html.erb 23 simplify render in views
app/views/messages/index.html.erb 24 simplify render in views
app/views/messages/index.html.erb 30 simplify render in views
app/views/messages/index.html.erb 79 simplify render in views
app/views/messages/sent.html.erb 36 simplify render in views
app/views/messages/support_ticket.html.erb 27 simplify render in views
app/views/messages/support_ticket.html.erb 30 simplify render in views
app/views/messages/support_ticket.html.erb 33 simplify render in views
app/views/my_organisation/policy_document.html.erb 38 simplify render in views
app/views/myprofile/leave_detail.html.erb 37 simplify render in views
app/views/myprofile/leave_detail.html.erb 46 simplify render in views
app/views/myprofile/leave_detail.html.erb 79 simplify render in views
app/views/myprofile/leave_detail.html.erb 86 simplify render in views
app/views/myprofile/leave_detail.html.erb 89 simplify render in views
app/views/myprofile/leave_detail.html.erb 92 simplify render in views
app/views/myprofile/show.html.erb 31 simplify render in views
app/views/myprofile/show.html.erb 39 simplify render in views
app/views/myprofile/show.html.erb 78 simplify render in views
app/views/myprofile/show.html.erb 85 simplify render in views
app/views/myprofile/show.html.erb 88 simplify render in views
app/views/myprofile/show.html.erb 91 simplify render in views
app/views/notes/deleted_notes.html.erb 34 simplify render in views
app/views/notes/deleted_notes.html.erb 37 simplify render in views
app/views/notes/deleted_notes.html.erb 40 simplify render in views
app/views/notes/index.html.erb 28 simplify render in views
app/views/notes/index.html.erb 31 simplify render in views
app/views/notes/index.html.erb 50 simplify render in views
app/views/notes/tag.html.erb 48 simplify render in views
app/views/notes/tag.html.erb 51 simplify render in views
app/views/notes/tag.html.erb 67 simplify render in views
app/views/organisation_announcements/index.html.erb 43 simplify render in views
app/views/organisation_announcements/index.html.erb 46 simplify render in views
app/views/organisation_announcements/index.html.erb 49 simplify render in views
app/views/payhead_types/index.html.erb 26 simplify render in views
app/views/payhead_types/index.html.erb 29 simplify render in views
app/views/payhead_types/index.html.erb 32 simplify render in views
app/views/payheads/edit.html.erb 17 simplify render in views
app/views/payheads/index.html.erb 26 simplify render in views
app/views/payheads/index.html.erb 29 simplify render in views
app/views/payheads/new.html.erb 17 simplify render in views
app/views/payheads/payroll_account.js.erb 1 simplify render in views
app/views/payment_advice/index.html.erb 26 simplify render in views
app/views/payment_advice/index.html.erb 34 simplify render in views
app/views/payment_vouchers/_edit_form.html.erb 33 simplify render in views
app/views/payment_vouchers/_expense_form.html.erb 155 simplify render in views
app/views/payment_vouchers/_expense_form.html.erb 161 simplify render in views
app/views/payment_vouchers/_form.html.erb 56 simplify render in views
app/views/payment_vouchers/deleted_payment_voucher.html.erb 56 simplify render in views
app/views/payment_vouchers/deleted_payment_voucher.html.erb 59 simplify render in views
app/views/payment_vouchers/deleted_payment_voucher.html.erb 62 simplify render in views
app/views/payment_vouchers/edit.html.erb 13 simplify render in views
app/views/payment_vouchers/index.html.erb 29 simplify render in views
app/views/payment_vouchers/index.html.erb 33 simplify render in views
app/views/payment_vouchers/index.html.erb 38 simplify render in views
app/views/payment_vouchers/index.html.erb 48 simplify render in views
app/views/payment_vouchers/index.html.erb 53 simplify render in views
app/views/payment_vouchers/index.html.erb 63 simplify render in views
app/views/payment_vouchers/index.html.erb 68 simplify render in views
app/views/payment_vouchers/new.html.erb 13 simplify render in views
app/views/payment_vouchers/payment_mode.js.erb 2 simplify render in views
app/views/payments/index.html.erb 34 simplify render in views
app/views/payments/index.html.erb 37 simplify render in views
app/views/payments/index.html.erb 40 simplify render in views
app/views/payroll_reports/salary_slip.html.erb 8 simplify render in views
app/views/pbreferrals/index.html.erb 19 simplify render in views
app/views/pbreferrals/index.html.erb 28 simplify render in views
app/views/pbreferrals/index.html.erb 33 simplify render in views
app/views/policy_documents/index.html.erb 42 simplify render in views
app/views/policy_documents/index.html.erb 45 simplify render in views
app/views/policy_documents/index.html.erb 48 simplify render in views
app/views/process_payrolls/add_data.html.erb 55 simplify render in views
app/views/product_wise_stock/index.html.erb 27 simplify render in views
app/views/products/all_items.js.erb 2 simplify render in views
app/views/products/edit.html.erb 14 simplify render in views
app/views/products/new.html.erb 15 simplify render in views
app/views/products/purchase_items.js.erb 2 simplify render in views
app/views/products/reseller_items.js.erb 2 simplify render in views
app/views/products/sales_items.js.erb 2 simplify render in views
app/views/products/select_warehouse.js.erb 3 simplify render in views
app/views/products/select_warehouse.js.erb 6 simplify render in views
app/views/products/select_warehouse.js.erb 8 simplify render in views
app/views/projects/completed_project.html.erb 32 simplify render in views
app/views/projects/completed_project.html.erb 35 simplify render in views
app/views/projects/completed_project.html.erb 38 simplify render in views
app/views/projects/edit.html.erb 12 simplify render in views
app/views/projects/index.html.erb 77 simplify render in views
app/views/projects/index.html.erb 82 simplify render in views
app/views/projects/index.html.erb 91 simplify render in views
app/views/projects/index.html.erb 96 simplify render in views
app/views/projects/new.html.erb 12 simplify render in views
app/views/projects/ongoing_project.html.erb 32 simplify render in views
app/views/projects/ongoing_project.html.erb 35 simplify render in views
app/views/projects/ongoing_project.html.erb 38 simplify render in views
app/views/purchase_orders/_form.html.erb 1 simplify render in views
app/views/purchase_orders/_form.html.erb 72 simplify render in views
app/views/purchase_orders/closed.html.erb 64 simplify render in views
app/views/purchase_orders/closed.html.erb 67 simplify render in views
app/views/purchase_orders/closed.html.erb 70 simplify render in views
app/views/purchase_orders/deleted_purchase_order.html.erb 64 simplify render in views
app/views/purchase_orders/deleted_purchase_order.html.erb 67 simplify render in views
app/views/purchase_orders/deleted_purchase_order.html.erb 70 simplify render in views
app/views/purchase_orders/draft.html.erb 20 simplify render in views
app/views/purchase_orders/draft.html.erb 32 simplify render in views
app/views/purchase_orders/draft.html.erb 35 simplify render in views
app/views/purchase_orders/draft.html.erb 38 simplify render in views
app/views/purchase_orders/edit.html.erb 13 simplify render in views
app/views/purchase_orders/index.html.erb 19 simplify render in views
app/views/purchase_orders/new.html.erb 13 simplify render in views
app/views/purchase_orders/open.html.erb 64 simplify render in views
app/views/purchase_orders/open.html.erb 67 simplify render in views
app/views/purchase_orders/open.html.erb 70 simplify render in views
app/views/purchase_orders/show.html.erb 94 simplify render in views
app/views/purchase_orders/show.html.erb 95 simplify render in views
app/views/purchase_orders/show.html.erb 108 simplify render in views
app/views/purchase_returns/edit.html.erb 12 simplify render in views
app/views/purchase_returns/index.html.erb 18 simplify render in views
app/views/purchase_returns/new.html.erb 12 simplify render in views
app/views/purchase_returns/show.html.erb 59 simplify render in views
app/views/purchase_returns/show.html.erb 60 simplify render in views
app/views/purchases/_first_step.html.erb 85 simplify render in views
app/views/purchases/_form.html.erb 2 simplify render in views
app/views/purchases/_payment_form.html.erb 98 simplify render in views
app/views/purchases/custom_field.html.erb 15 simplify render in views
app/views/purchases/deleted_purchase.html.erb 60 simplify render in views
app/views/purchases/deleted_purchase.html.erb 63 simplify render in views
app/views/purchases/deleted_purchase.html.erb 66 simplify render in views
app/views/purchases/edit.html.erb 13 simplify render in views
app/views/purchases/index.html.erb 39 simplify render in views
app/views/purchases/index.html.erb 43 simplify render in views
app/views/purchases/index.html.erb 57 simplify render in views
app/views/purchases/new.html.erb 13 simplify render in views
app/views/purchases/paid.html.erb 66 simplify render in views
app/views/purchases/paid.html.erb 69 simplify render in views
app/views/purchases/paid.html.erb 72 simplify render in views
app/views/purchases/paid.html.erb 97 simplify render in views
app/views/purchases/select_warehouse.js.erb 3 simplify render in views
app/views/purchases/show.html.erb 50 simplify render in views
app/views/purchases/show.html.erb 81 simplify render in views
app/views/purchases/show.html.erb 82 simplify render in views
app/views/purchases/show.html.erb 95 simplify render in views
app/views/purchases/show.html.erb 175 simplify render in views
app/views/purchases/unpaid.html.erb 66 simplify render in views
app/views/purchases/unpaid.html.erb 69 simplify render in views
app/views/purchases/unpaid.html.erb 72 simplify render in views
app/views/purchases/unpaid.html.erb 97 simplify render in views
app/views/receipt_vouchers/_edit_form.html.erb 115 simplify render in views
app/views/receipt_vouchers/_form.html.erb 154 simplify render in views
app/views/receipt_vouchers/_form.html.erb 157 simplify render in views
app/views/receipt_vouchers/account_partial.js.erb 4 simplify render in views
app/views/receipt_vouchers/create_email.html.erb 13 simplify render in views
app/views/receipt_vouchers/deleted_receipt_voucher.html.erb 56 simplify render in views
app/views/receipt_vouchers/deleted_receipt_voucher.html.erb 59 simplify render in views
app/views/receipt_vouchers/edit.html.erb 16 simplify render in views
app/views/receipt_vouchers/index.html.erb 32 simplify render in views
app/views/receipt_vouchers/index.html.erb 37 simplify render in views
app/views/receipt_vouchers/payment_mode.js.erb 2 simplify render in views
app/views/receipt_vouchers/search_invoice.js.erb 2 simplify render in views
app/views/receive_cashes/index.html.erb 34 simplify render in views
app/views/receive_cashes/index.html.erb 37 simplify render in views
app/views/receive_cashes/index.html.erb 40 simplify render in views
app/views/reimbursement_notes/_form.html.erb 6 simplify render in views
app/views/reimbursement_notes/_form.html.erb 99 simplify render in views
app/views/reimbursement_notes/deleted_reimbursement_note.html.erb 60 simplify render in views
app/views/reimbursement_notes/deleted_reimbursement_note.html.erb 63 simplify render in views
app/views/reimbursement_notes/deleted_reimbursement_note.html.erb 66 simplify render in views
app/views/reimbursement_notes/edit.html.erb 12 simplify render in views
app/views/reimbursement_notes/index.html.erb 17 simplify render in views
app/views/reimbursement_notes/index.html.erb 22 simplify render in views
app/views/reimbursement_notes/index.html.erb 28 simplify render in views
app/views/reimbursement_notes/new.html.erb 12 simplify render in views
app/views/reimbursement_vouchers/_edit_form.html.erb 115 simplify render in views
app/views/reimbursement_vouchers/_form.html.erb 6 simplify render in views
app/views/reimbursement_vouchers/_get_reimbursement_notes_for_account.html.erb 59 simplify render in views
app/views/reimbursement_vouchers/account_partial.js.erb 4 simplify render in views
app/views/reimbursement_vouchers/create_email.html.erb 13 simplify render in views
app/views/reimbursement_vouchers/deleted_receipt_voucher.html.erb 56 simplify render in views
app/views/reimbursement_vouchers/deleted_receipt_voucher.html.erb 59 simplify render in views
app/views/reimbursement_vouchers/edit.html.erb 16 simplify render in views
app/views/reimbursement_vouchers/index.html.erb 17 simplify render in views
app/views/reimbursement_vouchers/index.html.erb 22 simplify render in views
app/views/reimbursement_vouchers/index.html.erb 28 simplify render in views
app/views/reimbursement_vouchers/payment_mode.js.erb 2 simplify render in views
app/views/reimbursement_vouchers/search_invoice.js.erb 2 simplify render in views
app/views/saccountings/_form.html.erb 7 simplify render in views
app/views/saccountings/deleted_saccounting.html.erb 61 simplify render in views
app/views/saccountings/deleted_saccounting.html.erb 64 simplify render in views
app/views/saccountings/deleted_saccounting.html.erb 67 simplify render in views
app/views/saccountings/edit.html.erb 12 simplify render in views
app/views/saccountings/index.html.erb 17 simplify render in views
app/views/saccountings/index.html.erb 25 simplify render in views
app/views/saccountings/index.html.erb 31 simplify render in views
app/views/saccountings/new.html.erb 12 simplify render in views
app/views/salary_slip/detail.html.erb 27 simplify render in views
app/views/salary_structure_histories/index.html.erb 21 simplify render in views
app/views/salary_structures/add_payhead.js.erb 2 simplify render in views
app/views/salary_structures/edit.html.erb 17 simplify render in views
app/views/salary_structures/index.html.erb 45 simplify render in views
app/views/salary_structures/index.html.erb 48 simplify render in views
app/views/salary_structures/index.html.erb 51 simplify render in views
app/views/salary_structures/new.html.erb 23 simplify render in views
app/views/sales_order_reports/customer_wise_so.html.erb 21 simplify render in views
app/views/sales_order_reports/pending_invoices_for_dc.html.erb 21 simplify render in views
app/views/sales_order_reports/product_wise_so.html.erb 21 simplify render in views
app/views/sales_orders/_calculation_details.html.erb 18 simplify render in views
app/views/sales_orders/_form.html.erb 6 simplify render in views
app/views/sales_orders/edit.html.erb 13 simplify render in views
app/views/sales_orders/index.html.erb 18 simplify render in views
app/views/sales_orders/inventory_order.html.erb 31 simplify render in views
app/views/sales_orders/inventory_order.html.erb 34 simplify render in views
app/views/sales_orders/new.html.erb 13 simplify render in views
app/views/sales_orders/show.html.erb 123 simplify render in views
app/views/sales_orders/show.html.erb 124 simplify render in views
app/views/sales_orders/show.html.erb 125 simplify render in views
app/views/sales_orders/show.html.erb 157 simplify render in views
app/views/sales_orders/show.html.erb 158 simplify render in views
app/views/sales_register/index.html.erb 22 simplify render in views
app/views/sales_reports/sales_by_customer.html.erb 8 simplify render in views
app/views/settings/_basic_details.html.erb 19 simplify render in views
app/views/settings/custom_field.html.erb 18 simplify render in views
app/views/settings/custom_field.html.erb 21 simplify render in views
app/views/settings/custom_field.html.erb 24 simplify render in views
app/views/settings/custom_field.html.erb 27 simplify render in views
app/views/settings/custom_field.html.erb 30 simplify render in views
app/views/settings/custom_field.html.erb 33 simplify render in views
app/views/settings/customfield.js.erb 3 simplify render in views
app/views/settings/edit.html.erb 11 simplify render in views
app/views/settings/edit_logo.js.erb 2 simplify render in views
app/views/settings/freeze_fin_year.html.erb 16 simplify render in views
app/views/settings/freeze_fin_year.html.erb 19 simplify render in views
app/views/settings/freeze_fin_year.html.erb 22 simplify render in views
app/views/settings/freeze_fin_year.html.erb 25 simplify render in views
app/views/settings/freeze_fin_year.html.erb 28 simplify render in views
app/views/settings/freeze_fin_year.html.erb 31 simplify render in views
app/views/settings/inventory.html.erb 25 simplify render in views
app/views/settings/invoice_setting.html.erb 25 simplify render in views
app/views/settings/load_form.js.erb 1 simplify render in views
app/views/settings/payroll.html.erb 25 simplify render in views
app/views/settings/show.html.erb 30 simplify render in views
app/views/stock_issue_vouchers/edit.html.erb 12 simplify render in views
app/views/stock_issue_vouchers/new.html.erb 11 simplify render in views
app/views/stock_issue_vouchers/show.html.erb 44 simplify render in views
app/views/stock_issue_vouchers/show.html.erb 73 simplify render in views
app/views/stock_movement/index.html.erb 7 simplify render in views
app/views/stock_movement/index.html.erb 12 simplify render in views
app/views/stock_receipt_vouchers/edit.html.erb 11 simplify render in views
app/views/stock_receipt_vouchers/new.html.erb 11 simplify render in views
app/views/stock_receipt_vouchers/show.html.erb 43 simplify render in views
app/views/stock_receipt_vouchers/show.html.erb 70 simplify render in views
app/views/stock_transfer_vouchers/edit.html.erb 11 simplify render in views
app/views/stock_transfer_vouchers/get_product_batches.js.erb 6 simplify render in views
app/views/stock_transfer_vouchers/new.html.erb 11 simplify render in views
app/views/stock_transfer_vouchers/show.html.erb 70 simplify render in views
app/views/stock_wastage_register/index.html.erb 23 simplify render in views
app/views/stock_wastage_register/index.html.erb 28 simplify render in views
app/views/stock_wastage_register/index.html.erb 35 simplify render in views
app/views/stock_wastage_vouchers/edit.html.erb 11 simplify render in views
app/views/stock_wastage_vouchers/new.html.erb 11 simplify render in views
app/views/stock_wastage_vouchers/show.html.erb 46 simplify render in views
app/views/stock_wastage_vouchers/show.html.erb 74 simplify render in views
app/views/stocks/index.html.erb 24 simplify render in views
app/views/supports/index.html.erb 50 simplify render in views
app/views/supports/index.html.erb 53 simplify render in views
app/views/supports/index.html.erb 56 simplify render in views
app/views/tasks/_expense_index.html.erb 5 simplify render in views
app/views/tasks/_expense_index.html.erb 24 simplify render in views
app/views/tasks/_task_table.html.erb 14 simplify render in views
app/views/tasks/_task_table.html.erb 17 simplify render in views
app/views/tasks/_task_table.html.erb 20 simplify render in views
app/views/tasks/closed.html.erb 45 simplify render in views
app/views/tasks/closed.html.erb 48 simplify render in views
app/views/tasks/closed.html.erb 51 simplify render in views
app/views/tasks/closed.html.erb 66 simplify render in views
app/views/tasks/edit.html.erb 22 simplify render in views
app/views/tasks/index.html.erb 40 simplify render in views
app/views/tasks/index.html.erb 43 simplify render in views
app/views/tasks/index.html.erb 46 simplify render in views
app/views/tasks/index.html.erb 56 simplify render in views
app/views/tasks/index.html.erb 59 simplify render in views
app/views/tasks/index.html.erb 62 simplify render in views
app/views/tasks/index.html.erb 72 simplify render in views
app/views/tasks/index.html.erb 75 simplify render in views
app/views/tasks/index.html.erb 78 simplify render in views
app/views/tasks/index.html.erb 88 simplify render in views
app/views/tasks/index.html.erb 91 simplify render in views
app/views/tasks/index.html.erb 94 simplify render in views
app/views/tasks/index.html.erb 104 simplify render in views
app/views/tasks/index.html.erb 107 simplify render in views
app/views/tasks/index.html.erb 110 simplify render in views
app/views/tasks/index.html.erb 127 simplify render in views
app/views/tasks/index.html.erb 130 simplify render in views
app/views/tasks/this_month.html.erb 46 simplify render in views
app/views/tasks/this_month.html.erb 49 simplify render in views
app/views/tasks/this_month.html.erb 52 simplify render in views
app/views/tasks/this_month.html.erb 67 simplify render in views
app/views/tasks/this_week.html.erb 46 simplify render in views
app/views/tasks/this_week.html.erb 49 simplify render in views
app/views/tasks/this_week.html.erb 52 simplify render in views
app/views/tasks/this_week.html.erb 67 simplify render in views
app/views/tasks/today.html.erb 46 simplify render in views
app/views/tasks/today.html.erb 49 simplify render in views
app/views/tasks/today.html.erb 52 simplify render in views
app/views/tasks/today.html.erb 67 simplify render in views
app/views/tds_payment_vouchers/_edit_form.html.erb 10 simplify render in views
app/views/tds_payment_vouchers/_edit_form.html.erb 125 simplify render in views
app/views/tds_payment_vouchers/_form.html.erb 10 simplify render in views
app/views/tds_payment_vouchers/_form.html.erb 156 simplify render in views
app/views/tds_payment_vouchers/edit.html.erb 11 simplify render in views
app/views/tds_payment_vouchers/form_new.html.erb 10 simplify render in views
app/views/tds_payment_vouchers/form_new.html.erb 169 simplify render in views
app/views/tds_payment_vouchers/index.html.erb 17 simplify render in views
app/views/tds_payment_vouchers/index.html.erb 24 simplify render in views
app/views/tds_payment_vouchers/new.html.erb 10 simplify render in views
app/views/tds_payment_vouchers/payment_mode.js.erb 2 simplify render in views
app/views/timesheets/_edit_form.html.erb 1 simplify render in views
app/views/timesheets/_form.html.erb 1 simplify render in views
app/views/timesheets/_form1.html.erb 1 simplify render in views
app/views/timesheets/_form1.html.erb 8 simplify render in views
app/views/timesheets/change_week.js.erb 2 simplify render in views
app/views/timesheets/edit.html.erb 19 simplify render in views
app/views/timesheets/index.html.erb 24 simplify render in views
app/views/timesheets/index.html.erb 27 simplify render in views
app/views/timesheets/index.html.erb 30 simplify render in views
app/views/timesheets/index.html.erb 51 simplify render in views
app/views/timesheets/index.html.erb 56 simplify render in views
app/views/timesheets/new.html.erb 27 simplify render in views
app/views/timesheets/new.html.erb 32 simplify render in views
app/views/timesheets/new_weekly.html.erb 24 simplify render in views
app/views/timesheets/new_weekly.html.erb 27 simplify render in views
app/views/timesheets/new_weekly.html.erb 30 simplify render in views
app/views/timesheets/new_weekly.html.erb 50 simplify render in views
app/views/timesheets/new_weekly.html.erb 55 simplify render in views
app/views/timesheets/report.html.erb 23 simplify render in views
app/views/timesheets/report.html.erb 28 simplify render in views
app/views/timesheets/show.html.erb 52 simplify render in views
app/views/transfer_cashes/deleted_transfer_history.html.erb 59 simplify render in views
app/views/transfer_cashes/deleted_transfer_history.html.erb 62 simplify render in views
app/views/transfer_cashes/deleted_transfer_history.html.erb 65 simplify render in views
app/views/transfer_cashes/edit.html.erb 15 simplify render in views
app/views/transfer_cashes/index.html.erb 15 simplify render in views
app/views/transfer_cashes/index.html.erb 28 simplify render in views
app/views/transfer_cashes/index.html.erb 31 simplify render in views
app/views/transfer_cashes/index.html.erb 34 simplify render in views
app/views/trial_balance/index.html.erb 21 simplify render in views
app/views/users/_basic_details.html.erb 110 simplify render in views
app/views/users/edit.html.erb 19 simplify render in views
app/views/users/edit_avatar.js.erb 2 simplify render in views
app/views/users/index.html.erb 38 simplify render in views
app/views/users/index.html.erb 43 simplify render in views
app/views/users/index.html.erb 51 simplify render in views
app/views/users/index.html.erb 56 simplify render in views
app/views/users/leave_detail.html.erb 39 simplify render in views
app/views/users/leave_detail.html.erb 48 simplify render in views
app/views/users/leave_detail.html.erb 95 simplify render in views
app/views/users/leave_detail.html.erb 102 simplify render in views
app/views/users/leave_detail.html.erb 105 simplify render in views
app/views/users/leave_detail.html.erb 109 simplify render in views
app/views/users/new.html.erb 31 simplify render in views
app/views/users/salary_details.html.erb 39 simplify render in views
app/views/users/salary_details.html.erb 48 simplify render in views
app/views/users/salary_details.html.erb 95 simplify render in views
app/views/users/salary_details.html.erb 102 simplify render in views
app/views/users/salary_details.html.erb 105 simplify render in views
app/views/users/salary_details.html.erb 109 simplify render in views
app/views/users/show.html.erb 34 simplify render in views
app/views/users/show.html.erb 42 simplify render in views
app/views/users/show.html.erb 82 simplify render in views
app/views/users/show.html.erb 88 simplify render in views
app/views/users/show.html.erb 91 simplify render in views
app/views/users/show.html.erb 94 simplify render in views
app/views/vendors/edit.html.erb 13 simplify render in views
app/views/vendors/new.html.erb 13 simplify render in views
app/views/warehouse_wise_stock/index.html.erb 22 simplify render in views
app/views/warehouse_wise_stock/index.html.erb 27 simplify render in views
app/views/warehouse_wise_stock/inventory_valuation.html.erb 25 simplify render in views
app/views/warehouses/index.html.erb 50 simplify render in views
app/views/warehouses/new_batch_detail.js.erb 3 simplify render in views
app/views/withdrawals/deleted_withdrawal.html.erb 60 simplify render in views
app/views/withdrawals/deleted_withdrawal.html.erb 63 simplify render in views
app/views/withdrawals/deleted_withdrawal.html.erb 66 simplify render in views
app/views/withdrawals/edit.html.erb 14 simplify render in views
app/views/withdrawals/index.html.erb 15 simplify render in views
app/views/withdrawals/index.html.erb 28 simplify render in views
app/views/withdrawals/index.html.erb 31 simplify render in views
app/views/withdrawals/index.html.erb 34 simplify render in views
app/controllers/accounts_controller.rb 125 use model association (for product)
app/controllers/admin/supports_controller.rb 36 use model association (for @support)
app/controllers/company_assets_controller.rb 60 use model association (for @company_asset)
app/controllers/departments_controller.rb 54 use model association (for @department)
app/controllers/designations_controller.rb 49 use model association (for @designation)
app/controllers/documents_controller.rb 46 use model association (for @shared_folder)
app/controllers/employee_goals_controller.rb 61 use model association (for @employee_goal)
app/controllers/feedbacks_controller.rb 53 use model association (for @feedback)
app/controllers/folders_controller.rb 32 use model association (for @folder)
app/controllers/invitation_details_controller.rb 45 use model association (for @invitation_detail)
app/controllers/jobs_controller.rb 42 use model association (for @job)
app/controllers/leaves_controller.rb 42 use model association (for @leave)
app/controllers/make_payments_controller.rb 50 use model association (for @make_payment)
app/controllers/master_objectives_controller.rb 57 use model association (for @master_objective)
app/controllers/messages_controller.rb 69 use model association (for @message)
app/controllers/notes_controller.rb 75 use model association (for @note)
app/controllers/organisation_announcements_controller.rb 66 use model association (for @organisation_announcement)
app/controllers/pay_grades_controller.rb 37 use model association (for @pay_grade)
app/controllers/payheads_controller.rb 52 use model association (for @payhead)
app/controllers/pbreferrals_controller.rb 42 use model association (for @pbreferral)
app/controllers/salary_structures_controller.rb 153 use model association (for @payhead)
app/controllers/supports_controller.rb 57 use model association (for @support)
app/controllers/users_controller.rb 258 use model association (for @basic_details)
app/controllers/users_controller.rb 277 use model association (for @work_details)
app/mailers/error_mailer.rb 3 use multipart/alternative as content_type of email
app/models/invoice.rb 602 use query attribute (customer.email?)
app/models/product.rb 30 use query attribute (product.type?)
app/models/user.rb 136 use query attribute (user_salary_detail.bank_account_number?)
app/models/user.rb 140 use query attribute (user_salary_detail.bank_name?)
app/models/user.rb 144 use query attribute (user_salary_detail.branch?)
app/helpers/application_helper.rb 192 use query attribute (@company.timezone?)
app/helpers/purchases_helper.rb 12 use query attribute (vendor.pan?)
app/helpers/purchases_helper.rb 21 use query attribute (vendor.email?)
app/helpers/users_helper.rb 40 use query attribute (user.avatar_file_name?)
app/controllers/dashboard_controller.rb 280 use query attribute (@company.phone?)
app/datatables/lead_datatable.rb 29 use query attribute (lead.next_call_date?)
app/pdfs/delivery_challan_pdf.rb 81 use query attribute (@company.phone?)
app/pdfs/delivery_challan_pdf.rb 151 use query attribute (@delivery_challan.terms_and_conditions?)
app/pdfs/delivery_challan_pdf.rb 164 use query attribute (@delivery_challan.terms_and_conditions?)
app/pdfs/estimate_pdf.rb 74 use query attribute (@company.logo_file_name?)
app/pdfs/estimate_pdf.rb 111 use query attribute (@company.phone?)
app/pdfs/estimate_pdf.rb 125 use query attribute (@customer.email?)
app/pdfs/estimate_pdf.rb 127 use query attribute (@customer.vat_tin?)
app/pdfs/estimate_pdf.rb 128 use query attribute (@customer.pan?)
app/pdfs/estimate_pdf.rb 129 use query attribute (@customer.cst_reg_no?)
app/pdfs/estimate_pdf.rb 281 use query attribute (@company.watermark?)
app/pdfs/expense_pdf.rb 65 use query attribute (@expense.customer_notes?)
app/pdfs/expense_pdf.rb 72 use query attribute (@expense.tags?)
app/pdfs/invoice_pdf.rb 436 use query attribute (@invoice.po_reference?)
app/pdfs/invoice_pdf.rb 463 use query attribute (@company.email?)
app/pdfs/invoice_pdf.rb 467 use query attribute (@company.phone?)
app/pdfs/invoice_pdf.rb 468 use query attribute (@company.email?)
app/pdfs/invoice_pdf.rb 481 use query attribute (@invoice.cash_customer_name?)
app/pdfs/invoice_pdf.rb 482 use query attribute (@invoice.cash_customer_email?)
app/pdfs/invoice_pdf.rb 483 use query attribute (@invoice.cash_customer_mobile?)
app/pdfs/invoice_pdf.rb 484 use query attribute (@invoice.cash_customer_mobile?)
app/pdfs/invoice_pdf.rb 500 use query attribute (@customer.email?)
app/pdfs/invoice_pdf.rb 502 use query attribute (@customer.gstn_id?)
app/pdfs/invoice_pdf.rb 503 use query attribute (@customer.vat_tin?)
app/pdfs/invoice_pdf.rb 504 use query attribute (@customer.pan?)
app/pdfs/invoice_pdf.rb 505 use query attribute (@customer.cst_reg_no?)
app/pdfs/invoice_pdf.rb 654 use query attribute (line_item.description?)
app/pdfs/invoice_pdf.rb 705 use query attribute (line_item.description?)
app/pdfs/invoice_pdf.rb 732 use query attribute (line_item.description?)
app/pdfs/invoice_pdf.rb 766 use query attribute (line_item.description?)
app/pdfs/invoice_pdf.rb 793 use query attribute (line_item.description?)
app/pdfs/invoice_pdf.rb 951 use query attribute (@company.lbt_registration_number?)
app/pdfs/invoice_pdf.rb 955 use query attribute (@company.lbt_registration_number?)
app/pdfs/invoice_pdf.rb 963 use query attribute (@company.lbt_registration_number?)
app/pdfs/invoice_pdf.rb 1213 use query attribute (@company.pan?)
app/pdfs/invoice_pdf.rb 1213 use query attribute (@company.tin?)
app/pdfs/invoice_pdf.rb 1213 use query attribute (@company.VAT_no?)
app/pdfs/invoice_pdf.rb 1213 use query attribute (@company.CST_no?)
app/pdfs/invoice_pdf.rb 1213 use query attribute (@company.service_tax_reg_no?)
app/pdfs/invoice_pdf.rb 1213 use query attribute (@company.GSTIN?)
app/pdfs/invoice_pdf.rb 1229 use query attribute (@company.GSTIN?)
app/pdfs/invoice_pdf.rb 1232 use query attribute (@company.VAT_no?)
app/pdfs/invoice_pdf.rb 1351 use query attribute (@company.watermark?)
app/pdfs/payment_voucher_pdf.rb 54 use query attribute (@payment_voucher.description?)
app/pdfs/pdf_base.rb 15 use query attribute (@company.phone?)
app/pdfs/pdf_base.rb 24 use query attribute (@company.phone?)
app/pdfs/pdf_base.rb 31 use query attribute (@company.logo_file_name?)
app/pdfs/pdf_base.rb 39 use query attribute (@company.logo_file_name?)
app/pdfs/pdf_base.rb 127 use query attribute (@company.email?)
app/pdfs/pdf_base.rb 130 use query attribute (@company.phone?)
app/pdfs/pdf_base.rb 156 use query attribute (@company.watermark?)
app/pdfs/profit_loss_pdf.rb 103 use query attribute (@company.watermark?)
app/pdfs/purchase_order_pdf.rb 59 use query attribute (@purchase_order.customer_notes?)
app/pdfs/purchase_order_pdf.rb 67 use query attribute (@purchase_order.terms_and_conditions?)
app/pdfs/purchase_pdf.rb 66 use query attribute (@purchase.customer_notes?)
app/pdfs/purchase_pdf.rb 74 use query attribute (@purchase.terms_and_conditions?)
app/pdfs/purchase_pdf.rb 288 use query attribute (@purchase.bill_reference?)
app/pdfs/purchase_pdf.rb 289 use query attribute (@purchase.record_date?)
app/pdfs/purchase_pdf.rb 290 use query attribute (@purchase.bill_date?)
app/pdfs/purchase_pdf.rb 296 use query attribute (@custom_field.custom_label1?)
app/pdfs/purchase_pdf.rb 296 use query attribute (@purchase.custom_field1?)
app/pdfs/purchase_pdf.rb 297 use query attribute (@custom_field.custom_label2?)
app/pdfs/purchase_pdf.rb 297 use query attribute (@purchase.custom_field2?)
app/pdfs/purchase_pdf.rb 298 use query attribute (@custom_field.custom_label3?)
app/pdfs/purchase_pdf.rb 298 use query attribute (@purchase.custom_field3?)
app/pdfs/receipt_pdf.rb 30 use query attribute (@company.phone?)
app/pdfs/receipt_pdf.rb 198 use query attribute (@company.watermark?)
app/views/admin/companies/show.html.erb 95 use query attribute (lead_activity.next_followup?)
app/views/admin/companies/show.html.erb 107 use query attribute (lead_activity.next_followup?)
app/views/companies/_form.html.erb 33 use query attribute (@company.timezone?)
app/views/custom_fields/_estimate.html.erb 23 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/_estimate.html.erb 24 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/_estimate.html.erb 25 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/_invoice.html.erb 23 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/_invoice.html.erb 24 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/_invoice.html.erb 25 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/_purchase.html.erb 23 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/_purchase.html.erb 24 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/_purchase.html.erb 25 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/_stock_issue_voucher.html.erb 21 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/_stock_issue_voucher.html.erb 22 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/_stock_issue_voucher.html.erb 23 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/_stock_receipt_voucher.html.erb 21 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/_stock_receipt_voucher.html.erb 22 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/_stock_receipt_voucher.html.erb 23 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/_stock_wastage_voucher.html.erb 21 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/_stock_wastage_voucher.html.erb 22 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/_stock_wastage_voucher.html.erb 23 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/custom_field_report.xls.erb 23 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/custom_field_report.xls.erb 24 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/custom_field_report.xls.erb 25 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/custom_field_report.xls.erb 57 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/custom_field_report.xls.erb 58 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/custom_field_report.xls.erb 59 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/custom_field_report.xls.erb 91 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/custom_field_report.xls.erb 92 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/custom_field_report.xls.erb 93 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/custom_field_report.xls.erb 123 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/custom_field_report.xls.erb 124 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/custom_field_report.xls.erb 125 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/custom_field_report.xls.erb 155 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/custom_field_report.xls.erb 156 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/custom_field_report.xls.erb 157 use query attribute (@custom_field.custom_label3?)
app/views/custom_fields/custom_field_report.xls.erb 187 use query attribute (@custom_field.custom_label1?)
app/views/custom_fields/custom_field_report.xls.erb 188 use query attribute (@custom_field.custom_label2?)
app/views/custom_fields/custom_field_report.xls.erb 189 use query attribute (@custom_field.custom_label3?)
app/views/delivery_challans/_form.html.erb 60 use query attribute (@delivery_challan.customer_notes?)
app/views/delivery_challans/_form.html.erb 64 use query attribute (@delivery_challan.terms_and_conditions?)
app/views/estimates/_custom_field.html.erb 6 use query attribute (@estimate.custom_field1?)
app/views/estimates/_custom_field.html.erb 13 use query attribute (@estimate.custom_field2?)
app/views/estimates/_custom_field.html.erb 20 use query attribute (@estimate.custom_field3?)
app/views/estimates/_form.html.erb 158 use query attribute (@estimate.customer_notes?)
app/views/estimates/_form.html.erb 163 use query attribute (@estimate.terms_and_conditions?)
app/views/estimates/desc_cost.js.erb 3 use query attribute (@product.description?)
app/views/invoice_returns/show.html.erb 84 use query attribute (@invoice_return.description?)
app/views/invoices/_custom_field.html.erb 7 use query attribute (@invoice.custom_field1?)
app/views/invoices/_custom_field.html.erb 17 use query attribute (@invoice.custom_field2?)
app/views/invoices/_custom_field.html.erb 27 use query attribute (@invoice.custom_field3?)
app/views/invoices/_first_step.html.erb 14 use query attribute (@custom_field.custom_label1?)
app/views/invoices/_first_step.html.erb 14 use query attribute (@custom_field.custom_label2?)
app/views/invoices/_first_step.html.erb 14 use query attribute (@custom_field.custom_label3?)
app/views/invoices/converted_from_estimate.html.erb 161 use query attribute (@invoice.customer_notes?)
app/views/invoices/converted_from_estimate.html.erb 165 use query attribute (@invoice.terms_and_conditions?)
app/views/invoices/created_from_sales_order.html.erb 177 use query attribute (@invoice.customer_notes?)
app/views/invoices/created_from_sales_order.html.erb 181 use query attribute (@invoice.terms_and_conditions?)
app/views/invoices/desc_cost.js.erb 4 use query attribute (@product.description?)
app/views/leave_types/show.html.erb 38 use query attribute (@leave_type.description?)
app/views/myprofile/leave_detail.html.erb 27 use query attribute (@user.avatar_file_name?)
app/views/myprofile/show.html.erb 22 use query attribute (@user.avatar_file_name?)
app/views/myprofile/show.html.erb 50 use query attribute (@user.last_login_time?)
app/views/purchase_orders/_form.html.erb 144 use query attribute (@purchase_order.customer_notes?)
app/views/purchase_orders/_form.html.erb 148 use query attribute (@purchase_order.terms_and_conditions?)
app/views/purchase_orders/desc_cost.js.erb 2 use query attribute (@product.description?)
app/views/purchase_returns/show.html.erb 84 use query attribute (@purchase_return.customer_notes?)
app/views/purchases/_custom_field.html.erb 6 use query attribute (@purchase.custom_field1?)
app/views/purchases/_custom_field.html.erb 13 use query attribute (@purchase.custom_field2?)
app/views/purchases/_custom_field.html.erb 20 use query attribute (@purchase.custom_field3?)
app/views/purchases/_first_step.html.erb 147 use query attribute (@purchase.customer_notes?)
app/views/purchases/_first_step.html.erb 151 use query attribute (@purchase.terms_and_conditions?)
app/views/purchases/desc_cost.js.erb 5 use query attribute (@product.description?)
app/views/purchases/po_to_purchase.html.erb 127 use query attribute (@purchase.customer_notes?)
app/views/purchases/po_to_purchase.html.erb 131 use query attribute (@purchase.terms_and_conditions?)
app/views/sales_orders/desc_cost.js.erb 3 use query attribute (@product.description?)
app/views/settings/_basic_details.html.erb 5 use query attribute (@company.logo_file_name?)
app/views/stock_issue_vouchers/_custom_field.html.erb 5 use query attribute (@stock_issue_voucher.custom_field1?)
app/views/stock_issue_vouchers/_custom_field.html.erb 12 use query attribute (@stock_issue_voucher.custom_field2?)
app/views/stock_issue_vouchers/_custom_field.html.erb 19 use query attribute (@stock_issue_voucher.custom_field3?)
app/views/stock_receipt_vouchers/_custom_field.html.erb 6 use query attribute (@stock_receipt_voucher.custom_field1?)
app/views/stock_receipt_vouchers/_custom_field.html.erb 13 use query attribute (@stock_receipt_voucher.custom_field2?)
app/views/stock_receipt_vouchers/_custom_field.html.erb 20 use query attribute (@stock_receipt_voucher.custom_field3?)
app/views/stock_wastage_vouchers/_custom_field.html.erb 6 use query attribute (@stock_wastage_voucher.custom_field1?)
app/views/stock_wastage_vouchers/_custom_field.html.erb 13 use query attribute (@stock_wastage_voucher.custom_field2?)
app/views/stock_wastage_vouchers/_custom_field.html.erb 20 use query attribute (@stock_wastage_voucher.custom_field3?)
app/views/tds_payment_vouchers/_edit_form.html.erb 69 use query attribute (@company.tan_no?)
app/views/tds_payment_vouchers/_form.html.erb 69 use query attribute (@company.tan_no?)
app/views/tds_payment_vouchers/form_new.html.erb 77 use query attribute (@company.tan_no?)
app/views/timesheets/_timesheet_line_items.html.erb 9 use query attribute (timesheet_line_item.day?)
app/views/users/leave_detail.html.erb 29 use query attribute (@user.avatar_file_name?)
app/views/users/leave_detail.html.erb 61 use query attribute (@user.last_login_time?)
app/views/users/salary_details.html.erb 29 use query attribute (@user.avatar_file_name?)
app/views/users/salary_details.html.erb 61 use query attribute (@user.last_login_time?)
app/views/users/show.html.erb 25 use query attribute (@user.avatar_file_name?)
app/views/users/show.html.erb 53 use query attribute (@user.last_login_time?)
lib/tasks/ledger.rake 12 use query attribute (ledger.description?)
lib/tasks/product.rake 324 use query attribute (product.as_on?)
db/migrate/20170313142449_add_taggings_counter_cache_to_tags.rb 5 use say with time in migrations
db/migrate/20170313142449_add_taggings_counter_cache_to_tags.rb 6 use say with time in migrations
app/models/account.rb 124 remove trailing whitespace
app/models/account_history.rb 19 remove trailing whitespace
app/models/attendance.rb 15 remove trailing whitespace
app/models/auditor.rb 29 remove trailing whitespace
app/models/bank_account.rb 4 remove trailing whitespace
app/models/bank_statement.rb 125 remove trailing whitespace
app/models/bank_statement_line_item.rb 15 remove trailing whitespace
app/models/billing_line_item.rb 16 remove trailing whitespace
app/models/blog_post.rb 27 remove trailing whitespace
app/models/branch.rb 6 remove trailing whitespace
app/models/campaign.rb 4 remove trailing whitespace
app/models/capital_account.rb 4 remove trailing whitespace
app/models/cashfree_document.rb 5 remove trailing whitespace
app/models/cashfree_payment_link.rb 24 remove trailing whitespace
app/models/cashfree_response.rb 12 remove trailing whitespace
app/models/channel.rb 5 remove trailing whitespace
app/models/cheque_payment.rb 3 remove trailing whitespace
app/models/company.rb 763 remove trailing whitespace
app/models/company_auditor.rb 13 remove trailing whitespace
app/models/coupon.rb 18 remove trailing whitespace
app/models/custom_field.rb 15 remove trailing whitespace
app/models/data_validate.rb 5 remove trailing whitespace
app/models/department.rb 6 remove trailing whitespace
app/models/deposit_account.rb 8 remove trailing whitespace
app/models/designation.rb 4 remove trailing whitespace
app/models/employee.rb 2 remove trailing whitespace
app/models/employee_goal.rb 6 remove trailing whitespace
app/models/estimate.rb 139 remove trailing whitespace
app/models/estimate_history.rb 2 remove trailing whitespace
app/models/folder.rb 7 remove trailing whitespace
app/models/holiday.rb 5 remove trailing whitespace
app/models/import_file.rb 12 remove trailing whitespace
app/models/instamojo_payment_link.rb 11 remove trailing whitespace
app/models/inventory_setting.rb 3 remove trailing whitespace
app/models/invitation_detail.rb 4 remove trailing whitespace
app/models/invoice.rb 183 remove trailing whitespace
app/models/invoice_attachment.rb 2 remove trailing whitespace
app/models/invoice_credit_allocation.rb 22 remove trailing whitespace
app/models/invoice_line_item.rb 42 remove trailing whitespace
app/models/invoice_setting.rb 11 remove trailing whitespace
app/models/job.rb 3 remove trailing whitespace
app/models/journal_line_item.rb 5 remove trailing whitespace
app/models/journal_sequence.rb 9 remove trailing whitespace
app/models/label.rb 10 remove trailing whitespace
app/models/lead.rb 14 remove trailing whitespace
app/models/lead_activity.rb 7 remove trailing whitespace
app/models/loans_advances_account.rb 8 remove trailing whitespace
app/models/master_objective.rb 7 remove trailing whitespace
app/models/message.rb 5 remove trailing whitespace
app/models/myfile.rb 5 remove trailing whitespace
app/models/note.rb 2 remove trailing whitespace
app/models/organisation_announcement.rb 5 remove trailing whitespace
app/models/other_charge_line_item.rb 2 remove trailing whitespace
app/models/payhead_type.rb 2 remove trailing whitespace
app/models/payment_detail.rb 4 remove trailing whitespace
app/models/payroll_detail.rb 17 remove trailing whitespace
app/models/payroll_discard.rb 3 remove trailing whitespace
app/models/payroll_execution_job.rb 21 remove trailing whitespace
app/models/payroll_finalisation.rb 1 remove trailing whitespace
app/models/payroll_processing.rb 3 remove trailing whitespace
app/models/plan.rb 10 remove trailing whitespace
app/models/policy_document.rb 2 remove trailing whitespace
app/models/product.rb 441 remove trailing whitespace
app/models/profitbooks_workstream.rb 5 remove trailing whitespace
app/models/purchase.rb 285 remove trailing whitespace
app/models/purchase_attachment.rb 5 remove trailing whitespace
app/models/purchase_item.rb 2 remove trailing whitespace
app/models/purchase_line_item.rb 25 remove trailing whitespace
app/models/purchase_warehouse_detail.rb 10 remove trailing whitespace
app/models/receipt_voucher.rb 31 remove trailing whitespace
app/models/recursion.rb 10 remove trailing whitespace
app/models/reseller_item.rb 2 remove trailing whitespace
app/models/right.rb 5 remove trailing whitespace
app/models/saccounting_line_item.rb 3 remove trailing whitespace
app/models/salaries.rb 11 remove trailing whitespace
app/models/salary_structure.rb 40 remove trailing whitespace
app/models/sales_order.rb 275 remove trailing whitespace
app/models/sales_warehouse_detail.rb 13 remove trailing whitespace
app/models/shared_folder.rb 3 remove trailing whitespace
app/models/shipping_line_item.rb 2 remove trailing whitespace
app/models/stock.rb 13 remove trailing whitespace
app/models/stock_issue_line_item.rb 16 remove trailing whitespace
app/models/stock_product.rb 188 remove trailing whitespace
app/models/stock_receipt_line_item.rb 12 remove trailing whitespace
app/models/stock_receipt_voucher.rb 134 remove trailing whitespace
app/models/stock_transfer_line_item.rb 13 remove trailing whitespace
app/models/stock_transfer_voucher.rb 17 remove trailing whitespace
app/models/sundry_creditor.rb 4 remove trailing whitespace
app/models/super_user.rb 3 remove trailing whitespace
app/models/support.rb 13 remove trailing whitespace
app/models/task.rb 13 remove trailing whitespace
app/models/time_line_item.rb 3 remove trailing whitespace
app/models/timesheet.rb 6 remove trailing whitespace
app/models/timesheet_line_item.rb 6 remove trailing whitespace
app/models/user_referral.rb 4 remove trailing whitespace
app/models/user_salary_detail.rb 3 remove trailing whitespace
app/models/usernote.rb 3 remove trailing whitespace
app/models/variable_payhead_detail.rb 5 remove trailing whitespace
app/models/vendor.rb 53 remove trailing whitespace
app/models/voucher_setting.rb 104 remove trailing whitespace
app/models/voucher_title.rb 12 remove trailing whitespace
app/models/warehouse.rb 15 remove trailing whitespace
app/models/webhook_payments.rb 12 remove trailing whitespace
app/helpers/accounts_helper.rb 6 remove trailing whitespace
app/helpers/application_helper.rb 156 remove trailing whitespace
app/helpers/auditors_helper.rb 2 remove trailing whitespace
app/helpers/estimates_helper.rb 7 remove trailing whitespace
app/helpers/invoice_returns_helper.rb 5 remove trailing whitespace
app/helpers/invoice_settings_helper.rb 22 remove trailing whitespace
app/helpers/messages_helper.rb 8 remove trailing whitespace
app/helpers/purchase_returns_helper.rb 5 remove trailing whitespace
app/helpers/purchases_helper.rb 13 remove trailing whitespace
app/helpers/salary_structures_helper.rb 2 remove trailing whitespace
app/helpers/workstreams_helper.rb 2 remove trailing whitespace
app/controllers/accounts_controller.rb 176 remove trailing whitespace
app/controllers/admin/announcements_controller.rb 11 remove trailing whitespace
app/controllers/admin/billing_invoices_controller.rb 26 remove trailing whitespace
app/controllers/admin/blog_posts_controller.rb 55 remove trailing whitespace
app/controllers/admin/campaigns_controller.rb 12 remove trailing whitespace
app/controllers/admin/channels_controller.rb 12 remove trailing whitespace
app/controllers/admin/companies_controller.rb 211 remove trailing whitespace
app/controllers/admin/contact_details_controller.rb 13 remove trailing whitespace
app/controllers/admin/coupons_controller.rb 5 remove trailing whitespace
app/controllers/admin/dashboard_controller.rb 7 remove trailing whitespace
app/controllers/admin/plans_controller.rb 9 remove trailing whitespace
app/controllers/admin/super_users_controller.rb 77 remove trailing whitespace
app/controllers/admin/users_controller.rb 9 remove trailing whitespace
app/controllers/admin/webinar_controller.rb 5 remove trailing whitespace
app/controllers/application_controller.rb 79 remove trailing whitespace
app/controllers/attendances_controller.rb 30 remove trailing whitespace
app/controllers/bank_statements_controller.rb 104 remove trailing whitespace
app/controllers/banking_controller.rb 3 remove trailing whitespace
app/controllers/billing_controller.rb 51 remove trailing whitespace
app/controllers/bills_payable_controller.rb 9 remove trailing whitespace
app/controllers/blog_controller.rb 3 remove trailing whitespace
app/controllers/branches_controller.rb 92 remove trailing whitespace
app/controllers/company_assets_controller.rb 118 remove trailing whitespace
app/controllers/credit_expense_reports_controller.rb 9 remove trailing whitespace
app/controllers/credit_notes_controller.rb 29 remove trailing whitespace
app/controllers/customer_imports_controller.rb 88 remove trailing whitespace
app/controllers/customer_statements_controller.rb 46 remove trailing whitespace
app/controllers/debit_note_register_controller.rb 13 remove trailing whitespace
app/controllers/debit_notes_controller.rb 29 remove trailing whitespace
app/controllers/delivery_challans_controller.rb 21 remove trailing whitespace
app/controllers/departments_controller.rb 116 remove trailing whitespace
app/controllers/designations_controller.rb 108 remove trailing whitespace
app/controllers/documents_controller.rb 4 remove trailing whitespace
app/controllers/employee_goals_controller.rb 69 remove trailing whitespace
app/controllers/estimates_controller.rb 138 remove trailing whitespace
app/controllers/expenses_report_controller.rb 8 remove trailing whitespace
app/controllers/folders_controller.rb 43 remove trailing whitespace
app/controllers/holidays_controller.rb 7 remove trailing whitespace
app/controllers/inventories_controller.rb 46 remove trailing whitespace
app/controllers/inventory_statements_controller.rb 8 remove trailing whitespace
app/controllers/invitation_details_controller.rb 49 remove trailing whitespace
app/controllers/invoice_attachments_controller.rb 29 remove trailing whitespace
app/controllers/invoice_settings_controller.rb 124 remove trailing whitespace
app/controllers/invoices_controller.rb 202 remove trailing whitespace
app/controllers/labels_controller.rb 60 remove trailing whitespace
app/controllers/leave_approval_controller.rb 32 remove trailing whitespace
app/controllers/leave_requests_controller.rb 32 remove trailing whitespace
app/controllers/leave_types_controller.rb 48 remove trailing whitespace
app/controllers/leaves_controller.rb 30 remove trailing whitespace
app/controllers/ledgers_controller.rb 31 remove trailing whitespace
app/controllers/make_payments_controller.rb 2 remove trailing whitespace
app/controllers/master_objectives_controller.rb 87 remove trailing whitespace
app/controllers/messages_controller.rb 111 remove trailing whitespace
app/controllers/my_organisation_controller.rb 6 remove trailing whitespace
app/controllers/myfiles_controller.rb 5 remove trailing whitespace
app/controllers/myprofile_controller.rb 38 remove trailing whitespace
app/controllers/notes_controller.rb 3 remove trailing whitespace
app/controllers/organisation_announcements_controller.rb 24 remove trailing whitespace
app/controllers/pay_grades_controller.rb 27 remove trailing whitespace
app/controllers/payment_advice_controller.rb 9 remove trailing whitespace
app/controllers/payroll_execution_jobs_controller.rb 47 remove trailing whitespace
app/controllers/payroll_settings_controller.rb 84 remove trailing whitespace
app/controllers/pbservices_controller.rb 9 remove trailing whitespace
app/controllers/plan_properties_controller.rb 85 remove trailing whitespace
app/controllers/policy_documents_controller.rb 45 remove trailing whitespace
app/controllers/process_payments_controller.rb 2 remove trailing whitespace
app/controllers/process_payrolls_controller.rb 17 remove trailing whitespace
app/controllers/product_imports_controller.rb 55 remove trailing whitespace
app/controllers/products_controller.rb 45 remove trailing whitespace
app/controllers/purchase_attachments_controller.rb 18 remove trailing whitespace
app/controllers/purchases_controller.rb 209 remove trailing whitespace
app/controllers/receive_cashes_controller.rb 29 remove trailing whitespace
app/controllers/salary_structure_histories_controller.rb 4 remove trailing whitespace
app/controllers/salary_structures_controller.rb 33 remove trailing whitespace
app/controllers/sales_reports_controller.rb 6 remove trailing whitespace
app/controllers/settings_controller.rb 12 remove trailing whitespace
app/controllers/sundry_creditor_controller.rb 2 remove trailing whitespace
app/controllers/users_controller.rb 18 remove trailing whitespace
app/controllers/vendor_imports_controller.rb 87 remove trailing whitespace
app/controllers/warehouses_controller.rb 75 remove trailing whitespace
app/controllers/webhook_controller.rb 35 remove trailing whitespace
app/controllers/webinars_controller.rb 7 remove trailing whitespace
app/datatables/company_assets_datatable.rb 2 remove trailing whitespace
app/datatables/delivery_challan_datatable.rb 2 remove trailing whitespace
app/datatables/employee_datatable.rb 40 remove trailing whitespace
app/datatables/income_vouchers_datatable.rb 2 remove trailing whitespace
app/datatables/invoice_datatable.rb 72 remove trailing whitespace
app/datatables/journals_datatable.rb 2 remove trailing whitespace
app/datatables/lead_datatable.rb 63 remove trailing whitespace
app/datatables/payment_voucher_datatable.rb 2 remove trailing whitespace
app/datatables/pbreferral_datatable.rb 2 remove trailing whitespace
app/datatables/receipt_voucher_datatable.rb 64 remove trailing whitespace
app/datatables/request_demo_datatable.rb 42 remove trailing whitespace
app/datatables/saccountings_datatable.rb 2 remove trailing whitespace
app/datatables/sales_order_datatable.rb 2 remove trailing whitespace
app/datatables/stock_issue_voucher_datatable.rb 2 remove trailing whitespace
app/datatables/stock_receipt_voucher_datatable.rb 2 remove trailing whitespace
app/datatables/stock_transfer_voucher_datatable.rb 2 remove trailing whitespace
app/datatables/stock_wastage_voucher_datatable.rb 2 remove trailing whitespace
app/datatables/tasks_datatable.rb 2 remove trailing whitespace
app/datatables/users_datatable.rb 2 remove trailing whitespace
app/datatables/workstream_datatable.rb 49 remove trailing whitespace
app/pdfs/credit_note_pdf.rb 15 remove trailing whitespace
app/pdfs/debit_note_pdf.rb 15 remove trailing whitespace
app/pdfs/debtor_aging_pdf.rb 52 remove trailing whitespace
app/pdfs/delivery_challan_pdf.rb 155 remove trailing whitespace
app/pdfs/estimate_pdf.rb 22 remove trailing whitespace
app/pdfs/expense_pdf.rb 21 remove trailing whitespace
app/pdfs/invoice_pdf.rb 21 remove trailing whitespace
app/pdfs/payment_advice_pdf.rb 16 remove trailing whitespace
app/pdfs/payment_voucher_pdf.rb 4 remove trailing whitespace
app/pdfs/purchase_register_report.rb 33 remove trailing whitespace
app/pdfs/purchase_return_pdf.rb 17 remove trailing whitespace
app/pdfs/purchase_settlement_pdf.rb 30 remove trailing whitespace
app/pdfs/receipt_pdf.rb 46 remove trailing whitespace
app/pdfs/stock_issue_pdf.rb 5 remove trailing whitespace
app/pdfs/stock_receipt_pdf.rb 18 remove trailing whitespace
app/pdfs/stock_transfer_pdf.rb 19 remove trailing whitespace
app/pdfs/stock_wastage_pdf.rb 18 remove trailing whitespace
app/services/stock_summary_service.rb 23 remove trailing whitespace
app/workers/product_import.rb 83 remove trailing whitespace
config/application.rb 48 remove trailing whitespace
config/environment.rb 6 remove trailing whitespace
config/environments/production.rb 20 remove trailing whitespace
config/routes-3105.rb 2 remove trailing whitespace
config/routes_old.rb 2 remove trailing whitespace
db/bank_statements_seeds.rb 8 remove trailing whitespace
db/banking_customer_vendors_seeds.rb 17 remove trailing whitespace
db/branches_seeds.rb 14 remove trailing whitespace
db/company_assets_seeds.rb 29 remove trailing whitespace
db/customer_gain_reports_seeds.rb 8 remove trailing whitespace
db/customer_imports_Seeds.rb 8 remove trailing whitespace
db/customer_statements_seeds.rb 26 remove trailing whitespace
db/debtor_aging_seeds.rb 8 remove trailing whitespace
db/duties_and_taxes_seeds.rb 1 remove trailing whitespace
db/expense_report_seed.rb 33 remove trailing whitespace
db/global_plan_seeds.rb 10 remove trailing whitespace
db/hr_payheads_seeds.rb 7 remove trailing whitespace
db/inv_mgr_warehouse_seeds.rb 2 remove trailing whitespace
db/inventory_mgr_seeds.rb 29 remove trailing whitespace
db/invoice_returns_seed.rb 8 remove trailing whitespace
db/journal_import_seeds.rb 8 remove trailing whitespace
db/labels_seeds.rb 32 remove trailing whitespace
db/migrate/20110714144215_create_tasks.rb 12 remove trailing whitespace
db/migrate/20110801111918_create_table_messages.rb 4 remove trailing whitespace
db/migrate/20110827055649_create_deposits.rb 18 remove trailing whitespace
db/migrate/20110827100324_create_withdrawals.rb 18 remove trailing whitespace
db/migrate/20110830065508_create_journals.rb 17 remove trailing whitespace
db/migrate/20110905123118_create_departments.rb 9 remove trailing whitespace
db/migrate/20110908094052_create_assets.rb 9 remove trailing whitespace
db/migrate/20110913075650_create_organisation_announcements.rb 8 remove trailing whitespace
db/migrate/20110915072616_create_salary_structures.rb 4 remove trailing whitespace
db/migrate/20110919063148_create_master_objectives.rb 9 remove trailing whitespace
db/migrate/20110919082314_create_employee_goals.rb 12 remove trailing whitespace
db/migrate/20111003081956_create_transfer_moneys.rb 5 remove trailing whitespace
db/migrate/20111011081956_create_transfer_cashes.rb 18 remove trailing whitespace
db/migrate/20111011085009_create_receive_cashes.rb 13 remove trailing whitespace
db/migrate/20111103085824_create_payments.rb 9 remove trailing whitespace
db/migrate/20111103100945_create_folders.rb 9 remove trailing whitespace
db/migrate/20111105091732_create_shared_folders.rb 2 remove trailing whitespace
db/migrate/20111115130319_create_payment_vouchers.rb 20 remove trailing whitespace
db/migrate/20111201070243_create_leave_types.rb 9 remove trailing whitespace
db/migrate/20111213111918_create_notes.rb 6 remove trailing whitespace
db/migrate/20112913105820_create_payheads.rb 12 remove trailing whitespace
db/migrate/20112916061855_create_leave_requests.rb 13 remove trailing whitespace
db/migrate/20120101135540_create_credit_notes.rb 18 remove trailing whitespace
db/migrate/2012010120542_create_debit_notes.rb 18 remove trailing whitespace
db/migrate/20120119115242_create_contacts.rb 31 remove trailing whitespace
db/migrate/20120422155701_create_workstreams.rb 7 remove trailing whitespace
db/migrate/20120523201922_create_simple_captcha_data.rb 8 remove trailing whitespace
db/migrate/20120813122420_create_supports.rb 19 remove trailing whitespace
db/migrate/20120902060958_financial_year.rb 7 remove trailing whitespace
db/migrate/20121003162037_create_billing_invoices.rb 7 remove trailing whitespace
db/migrate/20130330172156_create_branches.rb 10 remove trailing whitespace
db/migrate/20130417063528_create_account_histories.rb 9 remove trailing whitespace
db/migrate/20130524084807_add_discount_percent_to_purchase_line_items.rb 3 remove trailing whitespace
db/migrate/20130919054437_add_tds_column_to_receipt_vouchers.rb 4 remove trailing whitespace
db/migrate/20130919054457_add_tds_column_to_payment_vouchers.rb 4 remove trailing whitespace
db/migrate/20130923051928_create_tds_payment_vouchers.rb 15 remove trailing whitespace
db/migrate/20131219113324_create_voucher_settings.rb 9 remove trailing whitespace
db/migrate/20140303092147_add_columns_to_customer_relationships.rb 9 remove trailing whitespace
db/migrate/20151211082846_add_account_id_to_instamojo_payments.rb 2 remove trailing whitespace
db/migrate/20160418111450_template_margin.rb 10 remove trailing whitespace
db/migrate/20160618120220_change_column_to_cashfree_document.rb 3 remove trailing whitespace
db/migrate/20160812083947_create_purchase_attachments.rb 4 remove trailing whitespace
db/migrate/20170530191540_create_hsn_codes.rb 5 remove trailing whitespace
db/my_org_seeds.rb 36 remove trailing whitespace
db/original_seeds.rb 47 remove trailing whitespace
db/payroll_details_seeds.rb 6 remove trailing whitespace
db/payroll_seeds.rb 1 remove trailing whitespace
db/product_imports_seeds.rb 8 remove trailing whitespace
db/products_seeds.rb 12 remove trailing whitespace
db/purchase_attachments_seeds.rb 8 remove trailing whitespace
db/purchase_returns_seeds.rb 8 remove trailing whitespace
db/referrals_seeds.rb 7 remove trailing whitespace
db/salary_structure_hist_seeds.rb 5 remove trailing whitespace
db/sales_order_report_seeds.rb 8 remove trailing whitespace
db/sales_order_seeds.rb 25 remove trailing whitespace
db/seeds(data-import).rb 140 remove trailing whitespace
db/seeds-16feb17.rb 15 remove trailing whitespace
db/seeds-orig.rb 24 remove trailing whitespace
db/seeds.10.rb 20 remove trailing whitespace
db/seeds.rb 47 remove trailing whitespace
db/seeds0.2.rb 24 remove trailing whitespace
db/seeds0.4.rb 23 remove trailing whitespace
db/seeds0.5.rb 22 remove trailing whitespace
db/seeds0.6.rb 23 remove trailing whitespace
db/seeds0.7.rb 9 remove trailing whitespace
db/seeds0.8.rb 10 remove trailing whitespace
db/seeds2.9.rb 12 remove trailing whitespace
db/seeds3.5.rb 3 remove trailing whitespace
db/seeds3.9.rb 8 remove trailing whitespace
db/seeds_atul3.6.rb 7 remove trailing whitespace
db/seeds_goods_and_service.rb 33 remove trailing whitespace
db/seeds_latest.rb 16 remove trailing whitespace
db/seeds_leave_request.rb 10 remove trailing whitespace
db/stock_reports_seeds.rb 31 remove trailing whitespace
db/stock_transfer_voucher_seeds.rb 17 remove trailing whitespace
db/stock_transfers_products_seeds.rb 31 remove trailing whitespace
db/stock_wastage_seeds.rb 24 remove trailing whitespace
db/super_user_seeds.rb 24 remove trailing whitespace
db/tds_payment_vouchers_seeds.rb 12 remove trailing whitespace
db/trail_plan_seeds.rb 29 remove trailing whitespace
db/voucher_titles.rb 22 remove trailing whitespace
lib/dropbox_sdk.rb 12 remove trailing whitespace
public/lib/dropbox_sdk.rb 12 remove trailing whitespace
app/assets/javascripts/app.js.erb 11 remove trailing whitespace
app/assets/javascripts/bank_statement.js.erb 9 remove trailing whitespace
app/assets/javascripts/profitbooks.js.erb 82 remove trailing whitespace
app/views/account_heads/_form.html.erb 29 remove trailing whitespace
app/views/account_heads/edit.html.erb 9 remove trailing whitespace
app/views/account_heads/new.html.erb 9 remove trailing whitespace
app/views/account_heads/show.html.erb 12 remove trailing whitespace
app/views/accounts/_account.html.erb 18 remove trailing whitespace
app/views/accounts/_account_detail.html.erb 26 remove trailing whitespace
app/views/accounts/_bankaccount_edit.html.erb 72 remove trailing whitespace
app/views/accounts/_bankaccounts.html.erb 6 remove trailing whitespace
app/views/accounts/_capitalaccount_edit.html.erb 45 remove trailing whitespace
app/views/accounts/_customersdebtors.html.erb 10 remove trailing whitespace
app/views/accounts/_depositaccount_details.html.erb 7 remove trailing whitespace
app/views/accounts/_depositaccount_edit.html.erb 19 remove trailing whitespace
app/views/accounts/_deposits.html.erb 15 remove trailing whitespace
app/views/accounts/_dutiesandtaxes.html.erb 4 remove trailing whitespace
app/views/accounts/_dutiesandtaxesaccounts_details.html.erb 23 remove trailing whitespace
app/views/accounts/_dutiesandtaxesaccounts_edit.html.erb 12 remove trailing whitespace
app/views/accounts/_edit_form.html.erb 11 remove trailing whitespace
app/views/accounts/_filter.html.erb 10 remove trailing whitespace
app/views/accounts/_fixedasset_details.html.erb 14 remove trailing whitespace
app/views/accounts/_fixedasset_edit.html.erb 18 remove trailing whitespace
app/views/accounts/_invoices.html.erb 24 remove trailing whitespace
app/views/accounts/_loanaccount_details.html.erb 25 remove trailing whitespace
app/views/accounts/_loanaccount_edit.html.erb 72 remove trailing whitespace
app/views/accounts/_loansadvances.html.erb 15 remove trailing whitespace
app/views/accounts/_loansadvancesaccount_details.html.erb 7 remove trailing whitespace
app/views/accounts/_loansadvancesaccount_edit.html.erb 19 remove trailing whitespace
app/views/accounts/_loansandadvances.html.erb 10 remove trailing whitespace
app/views/accounts/_productsservices.html.erb 8 remove trailing whitespace
app/views/accounts/_purchaseaccount_details.html.erb 12 remove trailing whitespace
app/views/accounts/_purchaseaccount_edit.html.erb 19 remove trailing whitespace
app/views/accounts/_purchaseaccounts.html.erb 9 remove trailing whitespace
app/views/accounts/_securedloanaccount_details.html.erb 25 remove trailing whitespace
app/views/accounts/_securedloanaccount_edit.html.erb 72 remove trailing whitespace
app/views/accounts/_sundrycreditor_edit.html.erb 65 remove trailing whitespace
app/views/accounts/_sundrydebtor_details.html.erb 54 remove trailing whitespace
app/views/accounts/_sundrydebtor_edit.html.erb 13 remove trailing whitespace
app/views/accounts/_unsecuredloanaccount_edit.html.erb 66 remove trailing whitespace
app/views/accounts/bank_accounts.html.erb 36 remove trailing whitespace
app/views/accounts/create_account.js.erb 13 remove trailing whitespace
app/views/accounts/customer_accounts.html.erb 42 remove trailing whitespace
app/views/accounts/edit.html.erb 9 remove trailing whitespace
app/views/accounts/index.html.erb 7 remove trailing whitespace
app/views/accounts/new.html.erb 9 remove trailing whitespace
app/views/accounts/product_or_service_accounts.html.erb 32 remove trailing whitespace
app/views/accounts/show.html.erb 16 remove trailing whitespace
app/views/accounts/sundrydebtor_popup.html.erb 19 remove trailing whitespace
app/views/accounts/tax_accounts.html.erb 32 remove trailing whitespace
app/views/accounts/vendor_accounts.html.erb 42 remove trailing whitespace
app/views/admin/announcements/_announcement.html.erb 4 remove trailing whitespace
app/views/admin/announcements/_form.html.erb 4 remove trailing whitespace
app/views/admin/announcements/edit.html.erb 20 remove trailing whitespace
app/views/admin/announcements/index.html.erb 9 remove trailing whitespace
app/views/admin/announcements/new.html.erb 20 remove trailing whitespace
app/views/admin/announcements/show.html.erb 1 remove trailing whitespace
app/views/admin/billing_invoices/index.html.erb 3 remove trailing whitespace
app/views/admin/billing_invoices/new.html.erb 12 remove trailing whitespace
app/views/admin/billing_invoices/show.html.erb 6 remove trailing whitespace
app/views/admin/blog_categories/edit.html.erb 18 remove trailing whitespace
app/views/admin/blog_categories/index.html.erb 8 remove trailing whitespace
app/views/admin/blog_categories/new.html.erb 8 remove trailing whitespace
app/views/admin/blog_categories/show.html.erb 20 remove trailing whitespace
app/views/admin/blog_posts/_blog_post.html.erb 5 remove trailing whitespace
app/views/admin/blog_posts/_editorscript.html.erb 13 remove trailing whitespace
app/views/admin/blog_posts/_form.html.erb 55 remove trailing whitespace
app/views/admin/blog_posts/edit.html.erb 10 remove trailing whitespace
app/views/admin/blog_posts/index.html.erb 8 remove trailing whitespace
app/views/admin/blog_posts/new.html.erb 67 remove trailing whitespace
app/views/admin/blog_posts/show.html.erb 11 remove trailing whitespace
app/views/admin/campaigns/_form.html.erb 10 remove trailing whitespace
app/views/admin/campaigns/index.html.erb 21 remove trailing whitespace
app/views/admin/campaigns/show.html.erb 9 remove trailing whitespace
app/views/admin/channels/_form.html.erb 6 remove trailing whitespace
app/views/admin/channels/show.html.erb 9 remove trailing whitespace
app/views/admin/companies/_add_activity.html.erb 17 remove trailing whitespace
app/views/admin/companies/_company_notes.html.erb 36 remove trailing whitespace
app/views/admin/companies/_complete_company_activity.html.erb 11 remove trailing whitespace
app/views/admin/companies/_customer_relationships.html.erb 29 remove trailing whitespace
app/views/admin/companies/_form.html.erb 8 remove trailing whitespace
app/views/admin/companies/_introduction_to_profitbooks.html.erb 3 remove trailing whitespace
app/views/admin/companies/_paid_company.html.erb 7 remove trailing whitespace
app/views/admin/companies/_regarding_bank_details.html.erb 3 remove trailing whitespace
app/views/admin/companies/_regarding_costing_details.html.erb 3 remove trailing whitespace
app/views/admin/companies/_regarding_profitbooks_accounting_application.html.erb 3 remove trailing whitespace
app/views/admin/companies/_report_activity_filter.html.erb 8 remove trailing whitespace
app/views/admin/companies/_subscription.html.erb 4 remove trailing whitespace
app/views/admin/companies/_trial_expired_companies.html.erb 7 remove trailing whitespace
app/views/admin/companies/_trial_expiring_this_month.html.erb 7 remove trailing whitespace
app/views/admin/companies/_trial_reg_this_month.html.erb 7 remove trailing whitespace
app/views/admin/companies/_trial_todays_company.html.erb 7 remove trailing whitespace
app/views/admin/companies/_update_renewal.html.erb 6 remove trailing whitespace
app/views/admin/companies/_upgrade_plan.erb 25 remove trailing whitespace
app/views/admin/companies/_welcome_email.html.erb 7 remove trailing whitespace
app/views/admin/companies/_workstream.html.erb 3 remove trailing whitespace
app/views/admin/companies/activity_reports.html.erb 3 remove trailing whitespace
app/views/admin/companies/amber.html.erb 8 remove trailing whitespace
app/views/admin/companies/company_closed.xls.erb 17 remove trailing whitespace
app/views/admin/companies/edit.html.erb 23 remove trailing whitespace
app/views/admin/companies/expiring_in_15_days.xls.erb 17 remove trailing whitespace
app/views/admin/companies/expiring_this_month.html.erb 3 remove trailing whitespace
app/views/admin/companies/expiring_this_week.xls.erb 17 remove trailing whitespace
app/views/admin/companies/green.html.erb 8 remove trailing whitespace
app/views/admin/companies/index.xls.erb 17 remove trailing whitespace
app/views/admin/companies/paid_companies.html.erb 9 remove trailing whitespace
app/views/admin/companies/paid_companies.xls.erb 17 remove trailing whitespace
app/views/admin/companies/red.html.erb 8 remove trailing whitespace
app/views/admin/companies/report_charts.html.erb 20 remove trailing whitespace
app/views/admin/companies/sales_by_user.html.erb 3 remove trailing whitespace
app/views/admin/companies/sales_cycle.html.erb 3 remove trailing whitespace
app/views/admin/companies/show.html.erb 3 remove trailing whitespace
app/views/admin/companies/task_delay_report.html.erb 3 remove trailing whitespace
app/views/admin/companies/this_month.xls.erb 17 remove trailing whitespace
app/views/admin/companies/this_week.xls.erb 17 remove trailing whitespace
app/views/admin/companies/this_year.xls.erb 17 remove trailing whitespace
app/views/admin/companies/trial_companies.html.erb 9 remove trailing whitespace
app/views/admin/companies/update_followup.js.erb 1 remove trailing whitespace
app/views/admin/companies/update_renewal.html.erb 24 remove trailing whitespace
app/views/admin/companies/weekly_shedule.html.erb 3 remove trailing whitespace
app/views/admin/companies/workstream.html.erb 13 remove trailing whitespace
app/views/admin/contact_details/contacts.html.erb 3 remove trailing whitespace
app/views/admin/coupons/_form.html.erb 50 remove trailing whitespace
app/views/admin/coupons/index.html.erb 3 remove trailing whitespace
app/views/admin/coupons/show.html.erb 6 remove trailing whitespace
app/views/admin/dashboard/index.xls.erb 10 remove trailing whitespace
app/views/admin/email_templates/_form.html.erb 50 remove trailing whitespace
app/views/admin/email_templates/_template_form.html.erb 4 remove trailing whitespace
app/views/admin/email_templates/edit.html.erb 13 remove trailing whitespace
app/views/admin/email_templates/index.html.erb 26 remove trailing whitespace
app/views/admin/email_templates/new.html.erb 13 remove trailing whitespace
app/views/admin/email_templates/send_bulk_email.html.erb 8 remove trailing whitespace
app/views/admin/email_templates/show.html.erb 11 remove trailing whitespace
app/views/admin/leads/_activity_filter.html.erb 8 remove trailing whitespace
app/views/admin/leads/_add_activity.html.erb 15 remove trailing whitespace
app/views/admin/leads/_add_notes.html.erb 11 remove trailing whitespace
app/views/admin/leads/_campaign_details.html.erb 25 remove trailing whitespace
app/views/admin/leads/_channel_details.html.erb 15 remove trailing whitespace
app/views/admin/leads/_channel_filter.html.erb 5 remove trailing whitespace
app/views/admin/leads/_complete_activity.html.erb 11 remove trailing whitespace
app/views/admin/leads/_email_form.html.erb 32 remove trailing whitespace
app/views/admin/leads/_form.html.erb 31 remove trailing whitespace
app/views/admin/leads/_header.html.erb 6 remove trailing whitespace
app/views/admin/leads/_introduction_to_profitbooks.html.erb 3 remove trailing whitespace
app/views/admin/leads/_lead.html.erb 4 remove trailing whitespace
app/views/admin/leads/_lead_filter.html.erb 5 remove trailing whitespace
app/views/admin/leads/_pending_leads_filter.html.erb 5 remove trailing whitespace
app/views/admin/leads/_regarding_bank_details.html.erb 3 remove trailing whitespace
app/views/admin/leads/_regarding_costing_details.html.erb 3 remove trailing whitespace
app/views/admin/leads/_regarding_profitbooks_accounting_application.html.erb 3 remove trailing whitespace
app/views/admin/leads/_report_activity_filter.html.erb 8 remove trailing whitespace
app/views/admin/leads/_report_filter.html.erb 5 remove trailing whitespace
app/views/admin/leads/_request_demo_filter.html.erb 15 remove trailing whitespace
app/views/admin/leads/_tabs.html.erb 17 remove trailing whitespace
app/views/admin/leads/_welcome_email.html.erb 7 remove trailing whitespace
app/views/admin/leads/activity_reports.html.erb 3 remove trailing whitespace
app/views/admin/leads/channel_summary.html.erb 3 remove trailing whitespace
app/views/admin/leads/deleted_leads.html.erb 3 remove trailing whitespace
app/views/admin/leads/index.html.erb 3 remove trailing whitespace
app/views/admin/leads/index.xls.erb 10 remove trailing whitespace
app/views/admin/leads/lead_reports.html.erb 3 remove trailing whitespace
app/views/admin/leads/new_dash.html.erb 32 remove trailing whitespace
app/views/admin/leads/old_activity_report.html.erb 3 remove trailing whitespace
app/views/admin/leads/paid_leads.html.erb 28 remove trailing whitespace
app/views/admin/leads/pending_leads.html.erb 28 remove trailing whitespace
app/views/admin/leads/request_demo.html.erb 8 remove trailing whitespace
app/views/admin/leads/time_consumed_by_activities.html.erb 3 remove trailing whitespace
app/views/admin/leads/todays_leads.html.erb 28 remove trailing whitespace
app/views/admin/leads/unpaid_leads.html.erb 28 remove trailing whitespace
app/views/admin/leads/update_activity.js.erb 1 remove trailing whitespace
app/views/admin/login/index.html.erb 13 remove trailing whitespace
app/views/admin/plans/index.html.erb 2 remove trailing whitespace
app/views/admin/profitbooks_workstreams/_form.html.erb 1 remove trailing whitespace
app/views/admin/profitbooks_workstreams/index.html.erb 21 remove trailing whitespace
app/views/admin/super_users/_form.html.erb 23 remove trailing whitespace
app/views/admin/super_users/_super_user.html.erb 3 remove trailing whitespace
app/views/admin/super_users/edit.html.erb 18 remove trailing whitespace
app/views/admin/super_users/index.html.erb 9 remove trailing whitespace
app/views/admin/super_users/new.html.erb 18 remove trailing whitespace
app/views/admin/super_users/show.html.erb 6 remove trailing whitespace
app/views/admin/supports/_form.html.erb 14 remove trailing whitespace
app/views/admin/supports/_header.html.erb 8 remove trailing whitespace
app/views/admin/supports/edit.html.erb 1 remove trailing whitespace
app/views/admin/supports/index.html.erb 1 remove trailing whitespace
app/views/admin/supports/show.html.erb 46 remove trailing whitespace
app/views/admin/users/index.html.erb 7 remove trailing whitespace
app/views/admin/users/show.html.erb 6 remove trailing whitespace
app/views/admin/webinar/index.html.erb 3 remove trailing whitespace
app/views/admin/workstreams/index.html.erb 3 remove trailing whitespace
app/views/attendances/_edit_attendance.html.erb 3 remove trailing whitespace
app/views/attendances/_form.html.erb 14 remove trailing whitespace
app/views/attendances/_payroll_accounts_summary.html.erb 13 remove trailing whitespace
app/views/attendances/_salary_structure_line_items.html.erb 2 remove trailing whitespace
app/views/attendances/_update_payroll_execution_detail.html.erb 4 remove trailing whitespace
app/views/attendances/_variable_payhead_detail.html.erb 2 remove trailing whitespace
app/views/attendances/new.html.erb 8 remove trailing whitespace
app/views/attendances/payroll_discard.html.erb 32 remove trailing whitespace
app/views/attendances/payroll_finalize.html.erb 32 remove trailing whitespace
app/views/attendances/show.html.erb 7 remove trailing whitespace
app/views/attendances/update.js.erb 9 remove trailing whitespace
app/views/attendances/update_payroll_execution.js.erb 9 remove trailing whitespace
app/views/auditor_login/accept_request.html.erb 16 remove trailing whitespace
app/views/auditor_login/forgot_pass.html.erb 11 remove trailing whitespace
app/views/auditor_login/switch.html.erb 12 remove trailing whitespace
app/views/auditors/_add_auditor_form.html.erb 14 remove trailing whitespace
app/views/auditors/_edit_auditor.html.erb 11 remove trailing whitespace
app/views/auditors/_form.html.erb 25 remove trailing whitespace
app/views/auditors/index.html.erb 9 remove trailing whitespace
app/views/auditors/invite_auditor.html.erb 17 remove trailing whitespace
app/views/auditors/show.html.erb 11 remove trailing whitespace
app/views/bank_reconciliation/_form.html.erb 42 remove trailing whitespace
app/views/bank_statements/_card.html.erb 3 remove trailing whitespace
app/views/bank_statements/_cheque.html.erb 3 remove trailing whitespace
app/views/bank_statements/_form.html.erb 24 remove trailing whitespace
app/views/bank_statements/_other_expense_form.html.erb 25 remove trailing whitespace
app/views/bank_statements/_report_filter.html.erb 7 remove trailing whitespace
app/views/bank_statements/_transactions.html.erb 36 remove trailing whitespace
app/views/bank_statements/import.html.erb 73 remove trailing whitespace
app/views/bank_statements/index.html.erb 26 remove trailing whitespace
app/views/bank_statements/new.html.erb 9 remove trailing whitespace
app/views/bank_statements/report.html.erb 3 remove trailing whitespace
app/views/bank_statements/select_transaction.js.erb 11 remove trailing whitespace
app/views/bank_statements/show.html.erb 10 remove trailing whitespace
app/views/bank_statements/statement.html.erb 13 remove trailing whitespace
app/views/banking/_deposit_form.html.erb 4 remove trailing whitespace
app/views/banking/_transfer_cash_form.html.erb 4 remove trailing whitespace
app/views/banking/_withdrawal_form.html.erb 4 remove trailing whitespace
app/views/banking/index.html.erb 16 remove trailing whitespace
app/views/banking/new.html.erb 9 remove trailing whitespace
app/views/banking/new_deposit.html.erb 9 remove trailing whitespace
app/views/banking/new_transfer.html.erb 9 remove trailing whitespace
app/views/banking/new_withdrawal.html.erb 9 remove trailing whitespace
app/views/billing/_auto_calculate.html.erb 35 remove trailing whitespace
app/views/billing/foreign_index.html.erb 10 remove trailing whitespace
app/views/billing/index.html.erb 11 remove trailing whitespace
app/views/billing/show.html.erb 9 remove trailing whitespace
app/views/billing/upgrade.html.erb 9 remove trailing whitespace
app/views/billing_history/index.html.erb 12 remove trailing whitespace
app/views/billing_history/show.html.erb 12 remove trailing whitespace
app/views/blog/_blog_post.html.erb 2 remove trailing whitespace
app/views/blog/_category.html.erb 1 remove trailing whitespace
app/views/blog/index.html.erb 20 remove trailing whitespace
app/views/blog/show.html.erb 19 remove trailing whitespace
app/views/blog_posts/edit.html.erb 8 remove trailing whitespace
app/views/blog_posts/new.html.erb 8 remove trailing whitespace
app/views/branches/_branch.html.erb 3 remove trailing whitespace
app/views/branches/_form.html.erb 10 remove trailing whitespace
app/views/branches/edit.html.erb 11 remove trailing whitespace
app/views/branches/new.html.erb 11 remove trailing whitespace
app/views/branches/show.html.erb 11 remove trailing whitespace
app/views/companies/_update_logo.html.erb 8 remove trailing whitespace
app/views/companies/index.html.erb 9 remove trailing whitespace
app/views/companies/show.html.erb 21 remove trailing whitespace
app/views/companies/update.js.erb 9 remove trailing whitespace
app/views/company_assets/_form.html.erb 29 remove trailing whitespace
app/views/company_assets/edit.html.erb 21 remove trailing whitespace
app/views/company_assets/index.html.erb 11 remove trailing whitespace
app/views/company_assets/show.html.erb 54 remove trailing whitespace
app/views/contacts/_form.html.erb 6 remove trailing whitespace
app/views/contacts/index.html.erb 15 remove trailing whitespace
app/views/contacts/new.html.erb 14 remove trailing whitespace
app/views/contacts/show.html.erb 134 remove trailing whitespace
app/views/credit_expense_reports/index.html.erb 9 remove trailing whitespace
app/views/credit_notes/_deleted_credit_note.html.erb 19 remove trailing whitespace
app/views/credit_notes/_filter.html.erb 22 remove trailing whitespace
app/views/credit_notes/_form.html.erb 7 remove trailing whitespace
app/views/credit_notes/allocate.html.erb 10 remove trailing whitespace
app/views/credit_notes/deleted_credit_note.html.erb 3 remove trailing whitespace
app/views/credit_notes/edit.html.erb 10 remove trailing whitespace
app/views/credit_notes/index.html.erb 11 remove trailing whitespace
app/views/credit_notes/new.html.erb 10 remove trailing whitespace
app/views/credit_notes/show.html.erb 10 remove trailing whitespace
app/views/custom_fields/_form.html.erb 12 remove trailing whitespace
app/views/custom_fields/_report_header.html.erb 7 remove trailing whitespace
app/views/custom_fields/edit.html.erb 20 remove trailing whitespace
app/views/custom_fields/new.html.erb 20 remove trailing whitespace
app/views/custom_fields/show.html.erb 28 remove trailing whitespace
app/views/customer_imports/import_preview.html.erb 7 remove trailing whitespace
app/views/customer_imports/new.html.erb 9 remove trailing whitespace
app/views/customer_imports/preview.html.erb 22 remove trailing whitespace
app/views/customer_statements/_email_form.html.erb 25 remove trailing whitespace
app/views/customer_statements/_filter.html.erb 20 remove trailing whitespace
app/views/customers/_address.html.erb 89 remove trailing whitespace
app/views/customers/_form.html.erb 26 remove trailing whitespace
app/views/customers/_popup_customer_form.html.erb 8 remove trailing whitespace
app/views/customers/edit.html.erb 11 remove trailing whitespace
app/views/customers/index.xls.erb 41 remove trailing whitespace
app/views/customers/new.html.erb 11 remove trailing whitespace
app/views/dashboard/_auditor_dashboard.html.erb 15 remove trailing whitespace
app/views/dashboard/_chart.html.erb 31 remove trailing whitespace
app/views/dashboard/_employee_dashboard.html.erb 2 remove trailing whitespace
app/views/dashboard/_final_company_information.html.erb 50 remove trailing whitespace
app/views/dashboard/_getting_help.html.erb 3 remove trailing whitespace
app/views/dashboard/_request_demo_form.html.erb 14 remove trailing whitespace
app/views/dashboard/_workstream.html.erb 3 remove trailing whitespace
app/views/dashboard/account_management.html.erb 29 remove trailing whitespace
app/views/dashboard/old_owner.html.erb 6 remove trailing whitespace
app/views/dashboard/old_staff.html.erb 1 remove trailing whitespace
app/views/dashboard/reports.html.erb 46 remove trailing whitespace
app/views/dashboard/setup.html.erb 30 remove trailing whitespace
app/views/dashboard/today.html.erb 1 remove trailing whitespace
app/views/dashboard/upgrade.html.erb 48 remove trailing whitespace
app/views/db/_breadcrumbs.html.erb 1 remove trailing whitespace
app/views/db/_upload_form.html.erb 4 remove trailing whitespace
app/views/db/create_folder.html.erb 9 remove trailing whitespace
app/views/db/dropbox_intro.html.erb 25 remove trailing whitespace
app/views/db/index.html.erb 18 remove trailing whitespace
app/views/db/upload.html.erb 9 remove trailing whitespace
app/views/debit_notes/_deleted_debit_note.html.erb 18 remove trailing whitespace
app/views/debit_notes/_filter.html.erb 22 remove trailing whitespace
app/views/debit_notes/_form.html.erb 6 remove trailing whitespace
app/views/debit_notes/_frozen_debit_note_actions.html.erb 2 remove trailing whitespace
app/views/debit_notes/_unfreeze_debit_note_actions.html.erb 4 remove trailing whitespace
app/views/debit_notes/allocate.html.erb 10 remove trailing whitespace
app/views/debit_notes/deleted_debit_note.html.erb 3 remove trailing whitespace
app/views/debit_notes/deleted_debit_npte.html.erb 3 remove trailing whitespace
app/views/debit_notes/edit.html.erb 10 remove trailing whitespace
app/views/debit_notes/index.html.erb 11 remove trailing whitespace
app/views/debit_notes/new.html.erb 10 remove trailing whitespace
app/views/debit_notes/show.html.erb 10 remove trailing whitespace
app/views/debtor_aging/_filter.html.erb 14 remove trailing whitespace
app/views/debtor_aging/_form.html.erb 9 remove trailing whitespace
app/views/debtor_aging/index.xls.erb 11 remove trailing whitespace
app/views/delivery_challans/_delivery_challan_line_items.html.erb 8 remove trailing whitespace
app/views/delivery_challans/_form.html.erb 10 remove trailing whitespace
app/views/delivery_challans/index.html.erb 30 remove trailing whitespace
app/views/delivery_challans/new.html.erb 9 remove trailing whitespace
app/views/departments/_form.html.erb 20 remove trailing whitespace
app/views/departments/index.html.erb 3 remove trailing whitespace
app/views/departments/show.html.erb 38 remove trailing whitespace
app/views/deposits/_filter.html.erb 22 remove trailing whitespace
app/views/deposits/_form.html.erb 2 remove trailing whitespace
app/views/deposits/edit.html.erb 9 remove trailing whitespace
app/views/deposits/index.html.erb 11 remove trailing whitespace
app/views/deposits/new.html.erb 9 remove trailing whitespace
app/views/deposits/show.html.erb 20 remove trailing whitespace
app/views/designations/_designations.html.erb 7 remove trailing whitespace
app/views/designations/_form.html.erb 15 remove trailing whitespace
app/views/designations/_header.html.erb 5 remove trailing whitespace
app/views/designations/edit.html.erb 22 remove trailing whitespace
app/views/designations/show.html.erb 31 remove trailing whitespace
app/views/documents/_folder_form.html.erb 6 remove trailing whitespace
app/views/documents/_myfile_form.html.erb 7 remove trailing whitespace
app/views/duties_and_taxes/_archive_form.html.erb 10 remove trailing whitespace
app/views/duties_and_taxes/_chart.html.erb 2 remove trailing whitespace
app/views/duties_and_taxes/_edit_tax.html.erb 8 remove trailing whitespace
app/views/duties_and_taxes/_tax_summary_filter.html.erb 18 remove trailing whitespace
app/views/duties_and_taxes/edit.html.erb 10 remove trailing whitespace
app/views/duties_and_taxes/index.html.erb 18 remove trailing whitespace
app/views/duties_and_taxes/new.html.erb 10 remove trailing whitespace
app/views/duties_and_taxes/report.html.erb 3 remove trailing whitespace
app/views/duties_and_taxes/report.xls.erb 19 remove trailing whitespace
app/views/email/admin_mail.html.erb 8 remove trailing whitespace
app/views/email/auditor_invitation.html.erb 7 remove trailing whitespace
app/views/email/leave_request_approved.html.erb 7 remove trailing whitespace
app/views/email/leave_request_created.html.erb 6 remove trailing whitespace
app/views/email/leave_request_rejected.html.erb 7 remove trailing whitespace
app/views/email/login_one_month_ago.html.erb 3 remove trailing whitespace
app/views/email/payroll_processed.html.erb 4 remove trailing whitespace
app/views/email/payroll_request.html.erb 4 remove trailing whitespace
app/views/email/plan_converted_to_free.html.erb 6 remove trailing whitespace
app/views/email/refer_pb.html.erb 5 remove trailing whitespace
app/views/email/referral_accepted.html.erb 5 remove trailing whitespace
app/views/email/referral_paid.html.erb 5 remove trailing whitespace
app/views/email/send_cashfree_docs.html.erb 25 remove trailing whitespace
app/views/email/send_leads_email.html.erb 5 remove trailing whitespace
app/views/email/subscription_expiration.html.erb 5 remove trailing whitespace
app/views/email/verify_email.html.erb 5 remove trailing whitespace
app/views/email/webinar_confirmation_to_user.html.erb 4 remove trailing whitespace
app/views/email/webinar_registration.html.erb 7 remove trailing whitespace
app/views/email/weekly_mail.html.erb 33 remove trailing whitespace
app/views/employee_breakup/breakup_for_employee.html.erb 19 remove trailing whitespace
app/views/employee_breakup/breakup_for_employee.xls.erb 23 remove trailing whitespace
app/views/employee_goals/_form.html.erb 38 remove trailing whitespace
app/views/employee_goals/edit.html.erb 17 remove trailing whitespace
app/views/employee_goals/index.html.erb 3 remove trailing whitespace
app/views/employee_goals/new.html.erb 26 remove trailing whitespace
app/views/employee_goals/show.html.erb 48 remove trailing whitespace
app/views/employees/_form.html.erb 6 remove trailing whitespace
app/views/employees/edit.html.erb 23 remove trailing whitespace
app/views/employees/index.html.erb 16 remove trailing whitespace
app/views/employees/new.html.erb 23 remove trailing whitespace
app/views/employees/show.html.erb 14 remove trailing whitespace
app/views/estimates/_custom_field_details.html.erb 1 remove trailing whitespace
app/views/estimates/_deleted_estimate.html.erb 18 remove trailing whitespace
app/views/estimates/_email_form.html.erb 19 remove trailing whitespace
app/views/estimates/_estimate.html.erb 17 remove trailing whitespace
app/views/estimates/_estimate_history.html.erb 1 remove trailing whitespace
app/views/estimates/_estimate_line_items.html.erb 8 remove trailing whitespace
app/views/estimates/_line_item_details.html.erb 14 remove trailing whitespace
app/views/estimates/_shipping_line_item_details.html.erb 4 remove trailing whitespace
app/views/estimates/_shipping_line_items.html.erb 3 remove trailing whitespace
app/views/estimates/_tax_line_item_details.html.erb 4 remove trailing whitespace
app/views/estimates/create_estimate_email.html.erb 9 remove trailing whitespace
app/views/estimates/custom_field.html.erb 9 remove trailing whitespace
app/views/estimates/edit.html.erb 9 remove trailing whitespace
app/views/estimates/index.html.erb 9 remove trailing whitespace
app/views/estimates/new.html.erb 9 remove trailing whitespace
app/views/estimates/show.html.erb 28 remove trailing whitespace
app/views/expenses/_auto_calculate.html.erb 12 remove trailing whitespace
app/views/expenses/_deleted_expense.html.erb 21 remove trailing whitespace
app/views/expenses/_expense.html.erb 5 remove trailing whitespace
app/views/expenses/_form.html.erb 12 remove trailing whitespace
app/views/expenses/_if_no_account_available.html.erb 11 remove trailing whitespace
app/views/expenses/_line_item_details.html.erb 9 remove trailing whitespace
app/views/expenses/_payment_form.html.erb 45 remove trailing whitespace
app/views/expenses/_tax_line_item_details.html.erb 8 remove trailing whitespace
app/views/expenses/_unfreeze_expense_actions.html.erb 3 remove trailing whitespace
app/views/expenses/edit.html.erb 11 remove trailing whitespace
app/views/expenses/new.html.erb 10 remove trailing whitespace
app/views/expenses_report/_report_filter.html.erb 14 remove trailing whitespace
app/views/feedbacks/_form.html.erb 1 remove trailing whitespace
app/views/feedbacks/index.html.erb 39 remove trailing whitespace
app/views/feedbacks/new.html.erb 13 remove trailing whitespace
app/views/feedbacks/show.html.erb 13 remove trailing whitespace
app/views/folders/_form.html.erb 1 remove trailing whitespace
app/views/folders/edit.html.erb 9 remove trailing whitespace
app/views/folders/new.html.erb 4 remove trailing whitespace
app/views/gain_or_loss_report/_filter.html.erb 16 remove trailing whitespace
app/views/gst_invoices/index.html.erb 17 remove trailing whitespace
app/views/gst_invoices/new.html.erb 2 remove trailing whitespace
app/views/helps/_form.html.erb 22 remove trailing whitespace
app/views/helps/index.html.erb 2 remove trailing whitespace
app/views/holidays/_form.html.erb 19 remove trailing whitespace
app/views/holidays/_holidays.html.erb 7 remove trailing whitespace
app/views/holidays/index.html.erb 3 remove trailing whitespace
app/views/holidays/show.html.erb 38 remove trailing whitespace
app/views/home/404.html.erb 29 remove trailing whitespace
app/views/home/_flash_message.html.erb 12 remove trailing whitespace
app/views/home/_footer.html.erb 15 remove trailing whitespace
app/views/home/_header.html.erb 8 remove trailing whitespace
app/views/home/_javascripts.html.erb 22 remove trailing whitespace
app/views/home/about.html.erb 21 remove trailing whitespace
app/views/home/accounting_software_features.html.erb 5 remove trailing whitespace
app/views/home/benefits_for_accountant_and_outsoursing_firms.html.erb 37 remove trailing whitespace
app/views/home/blog.html.erb 22 remove trailing whitespace
app/views/home/common_questions.html.erb 31 remove trailing whitespace
app/views/home/features_accounting.html.erb 32 remove trailing whitespace
app/views/home/features_managers.html.erb 32 remove trailing whitespace
app/views/home/features_payroll.html.erb 30 remove trailing whitespace
app/views/home/features_team.html.erb 5 remove trailing whitespace
app/views/home/howitsuseful.html.erb 22 remove trailing whitespace
app/views/home/icons.html.erb 22 remove trailing whitespace
app/views/home/international_pricing.html.erb 34 remove trailing whitespace
app/views/home/logged_out.html.erb 15 remove trailing whitespace
app/views/home/privacy_policy.html.erb 33 remove trailing whitespace
app/views/home/sales.html.erb 31 remove trailing whitespace
app/views/home/services-layout2.html.erb 22 remove trailing whitespace
app/views/home/sitemap.html.erb 33 remove trailing whitespace
app/views/home/support.html.erb 22 remove trailing whitespace
app/views/home/terms_of_service.html.erb 32 remove trailing whitespace
app/views/home/testimonials.html.erb 20 remove trailing whitespace
app/views/home/thanks_for_register.html.erb 13 remove trailing whitespace
app/views/home/typhography.html.erb 21 remove trailing whitespace
app/views/income_vouchers/_card.html.erb 3 remove trailing whitespace
app/views/income_vouchers/_cardpayment_edit.html.erb 2 remove trailing whitespace
app/views/income_vouchers/_cashpayment_edit.html.erb 1 remove trailing whitespace
app/views/income_vouchers/_cheque.html.erb 3 remove trailing whitespace
app/views/income_vouchers/_chequepayment_edit.html.erb 1 remove trailing whitespace
app/views/income_vouchers/_deleted_other_income.html.erb 18 remove trailing whitespace
app/views/income_vouchers/_edit_form.html.erb 6 remove trailing whitespace
app/views/income_vouchers/_filter_old.html.erb 3 remove trailing whitespace
app/views/income_vouchers/_form.html.erb 4 remove trailing whitespace
app/views/income_vouchers/_internetbankingpayment_edit.html.erb 1 remove trailing whitespace
app/views/income_vouchers/edit.html.erb 9 remove trailing whitespace
app/views/income_vouchers/index.html.erb 11 remove trailing whitespace
app/views/income_vouchers/new.html.erb 10 remove trailing whitespace
app/views/income_vouchers/show.html.erb 23 remove trailing whitespace
app/views/inventory_settings/edit.html.erb 11 remove trailing whitespace
app/views/inventory_settings/show.html.erb 11 remove trailing whitespace
app/views/inventory_statements/_filter.html.erb 14 remove trailing whitespace
app/views/inventory_statements/_product_filter.html.erb 15 remove trailing whitespace
app/views/invitation_details/_form.html.erb 16 remove trailing whitespace
app/views/invitation_details/new.html.erb 15 remove trailing whitespace
app/views/invoice_attachments/_header.html.erb 6 remove trailing whitespace
app/views/invoice_attachments/_show.html.erb 1 remove trailing whitespace
app/views/invoice_returns/_auto_calculate.html.erb 58 remove trailing whitespace
app/views/invoice_returns/_form.html.erb 124 remove trailing whitespace
app/views/invoice_returns/_line_item_details.html.erb 8 remove trailing whitespace
app/views/invoice_returns/_tax_line_item_details.html.erb 4 remove trailing whitespace
app/views/invoice_returns/edit.html.erb 9 remove trailing whitespace
app/views/invoice_returns/new.html.erb 9 remove trailing whitespace
app/views/invoice_settings/_change_template.html.erb 46 remove trailing whitespace
app/views/invoice_settings/_form.html.erb 1 remove trailing whitespace
app/views/invoice_settings/_insta_form.html.erb 29 remove trailing whitespace
app/views/invoice_settings/_template_margin.html.erb 15 remove trailing whitespace
app/views/invoice_settings/edit.html.erb 10 remove trailing whitespace
app/views/invoice_settings/show.html.erb 3 remove trailing whitespace
app/views/invoice_settlement/_filter.html.erb 8 remove trailing whitespace
app/views/invoices/_add_payment_form.html.erb 32 remove trailing whitespace
app/views/invoices/_auto_calculate.html.erb 197 remove trailing whitespace
app/views/invoices/_cash_invoice_fields.html.erb 19 remove trailing whitespace
app/views/invoices/_cashfree_payment.html.erb 25 remove trailing whitespace
app/views/invoices/_cflink_history.html.erb 7 remove trailing whitespace
app/views/invoices/_credit_invoice_fields.html.erb 5 remove trailing whitespace
app/views/invoices/_custom_field.html.erb 2 remove trailing whitespace
app/views/invoices/_custom_field_details.html.erb 1 remove trailing whitespace
app/views/invoices/_deleted_invoice.html.erb 5 remove trailing whitespace
app/views/invoices/_email_form.html.erb 31 remove trailing whitespace
app/views/invoices/_estimate_to_invoice_item.html.erb 18 remove trailing whitespace
app/views/invoices/_filter.html.erb 12 remove trailing whitespace
app/views/invoices/_filter_old.html.erb 3 remove trailing whitespace
app/views/invoices/_footer.html.erb 9 remove trailing whitespace
app/views/invoices/_form.html.erb 13 remove trailing whitespace
app/views/invoices/_frozen_invoice_actions.html.erb 2 remove trailing whitespace
app/views/invoices/_header1.html.erb 9 remove trailing whitespace
app/views/invoices/_instamojo_payment.html.erb 24 remove trailing whitespace
app/views/invoices/_invoice.html.erb 1 remove trailing whitespace
app/views/invoices/_invoice1.html.erb 1 remove trailing whitespace
app/views/invoices/_invoice_history.html.erb 1 remove trailing whitespace
app/views/invoices/_invoice_line_items.html.erb 40 remove trailing whitespace
app/views/invoices/_line_item_details.html.erb 10 remove trailing whitespace
app/views/invoices/_link_history.html.erb 7 remove trailing whitespace
app/views/invoices/_non_returned_invoice_actions.html.erb 12 remove trailing whitespace
app/views/invoices/_product_invoice.html.erb 17 remove trailing whitespace
app/views/invoices/_recursion.html.erb 5 remove trailing whitespace
app/views/invoices/_sales_order_to_invoice_line_item.html.erb 33 remove trailing whitespace
app/views/invoices/_settlement_form.html.erb 8 remove trailing whitespace
app/views/invoices/_tabs.html.erb 17 remove trailing whitespace
app/views/invoices/_tax_and_contact_details.html.erb 3 remove trailing whitespace
app/views/invoices/_tax_line_item_details.html.erb 1 remove trailing whitespace
app/views/invoices/_time_invoice.html.erb 18 remove trailing whitespace
app/views/invoices/_time_line_items.html.erb 21 remove trailing whitespace
app/views/invoices/_unpaid_invoice_actions.html.erb 2 remove trailing whitespace
app/views/invoices/_warehouse_details.html.erb 7 remove trailing whitespace
app/views/invoices/add_payment_form.html.erb 21 remove trailing whitespace
app/views/invoices/cash_invoice.html.erb 3 remove trailing whitespace
app/views/invoices/closed.html.erb 3 remove trailing whitespace
app/views/invoices/converted_from_estimate.html.erb 8 remove trailing whitespace
app/views/invoices/copy_invoice.html.erb 9 remove trailing whitespace
app/views/invoices/create_invoice_email.html.erb 9 remove trailing whitespace
app/views/invoices/create_product.js.erb 12 remove trailing whitespace
app/views/invoices/created_from_sales_order.html.erb 8 remove trailing whitespace
app/views/invoices/custom_field.html.erb 9 remove trailing whitespace
app/views/invoices/draft.html.erb 3 remove trailing whitespace
app/views/invoices/edit.html.erb 10 remove trailing whitespace
app/views/invoices/index.html.erb 14 remove trailing whitespace
app/views/invoices/new.html.erb 11 remove trailing whitespace
app/views/invoices/open.html.erb 3 remove trailing whitespace
app/views/invoices/recursive_invoices.html.erb 3 remove trailing whitespace
app/views/invoices/show.html.erb 29 remove trailing whitespace
app/views/invoices/time_invoice.html.erb 3 remove trailing whitespace
app/views/jobs/_form.html.erb 6 remove trailing whitespace
app/views/jobs/edit.html.erb 20 remove trailing whitespace
app/views/jobs/show.html.erb 15 remove trailing whitespace
app/views/journal_imports/_form.html.erb 23 remove trailing whitespace
app/views/journal_imports/import_preview.html.erb 7 remove trailing whitespace
app/views/journal_imports/new.html.erb 9 remove trailing whitespace
app/views/journal_imports/preview.html.erb 23 remove trailing whitespace
app/views/journals/_auto_calculate.html.erb 29 remove trailing whitespace
app/views/journals/_deleted_journal.html.erb 1 remove trailing whitespace
app/views/journals/deleted_journal.html.erb 3 remove trailing whitespace
app/views/journals/edit.html.erb 10 remove trailing whitespace
app/views/journals/index.html.erb 20 remove trailing whitespace
app/views/journals/new.html.erb 10 remove trailing whitespace
app/views/journals/show.html.erb 8 remove trailing whitespace
app/views/labels/show.html.erb 61 remove trailing whitespace
app/views/layouts/application.html.erb 7 remove trailing whitespace
app/views/layouts/blog.html.erb 13 remove trailing whitespace
app/views/layouts/signup.html.erb 51 remove trailing whitespace
app/views/leave_approval/_approval_request.html.erb 13 remove trailing whitespace
app/views/leave_approval/index.html.erb 18 remove trailing whitespace
app/views/leave_cards/_leave_cards_details.html.erb 18 remove trailing whitespace
app/views/leave_cards/index.html.erb 16 remove trailing whitespace
app/views/leave_cards/show.html.erb 25 remove trailing whitespace
app/views/leave_requests/_approved_leave_details.html.erb 18 remove trailing whitespace
app/views/leave_requests/_form.html.erb 10 remove trailing whitespace
app/views/leave_requests/approved.html.erb 22 remove trailing whitespace
app/views/leave_requests/dashboard.html.erb 19 remove trailing whitespace
app/views/leave_requests/edit.html.erb 16 remove trailing whitespace
app/views/leave_requests/new.html.erb 2 remove trailing whitespace
app/views/leave_requests/rejected.html.erb 22 remove trailing whitespace
app/views/leave_requests/show.html.erb 16 remove trailing whitespace
app/views/leave_types/_form.html.erb 34 remove trailing whitespace
app/views/leave_types/index.html.erb 23 remove trailing whitespace
app/views/leave_types/show.html.erb 15 remove trailing whitespace
app/views/leaves/index.html.erb 22 remove trailing whitespace
app/views/ledgers/_header.html.erb 8 remove trailing whitespace
app/views/ledgers/_ledger.html.erb 13 remove trailing whitespace
app/views/ledgers/show.html.erb 55 remove trailing whitespace
app/views/login/chrome_login.html.erb 8 remove trailing whitespace
app/views/login/forgot_pass.html.erb 11 remove trailing whitespace
app/views/login/logout_feedback.html.erb 25 remove trailing whitespace
app/views/master_objectives/_form.html.erb 5 remove trailing whitespace
app/views/master_objectives/edit.html.erb 16 remove trailing whitespace
app/views/master_objectives/index.html.erb 3 remove trailing whitespace
app/views/master_objectives/new.html.erb 15 remove trailing whitespace
app/views/master_objectives/show.html.erb 20 remove trailing whitespace
app/views/messages/_form.html.erb 7 remove trailing whitespace
app/views/messages/_reply_msg.html.erb 3 remove trailing whitespace
app/views/messages/deleted.html.erb 22 remove trailing whitespace
app/views/messages/draft.html.erb 17 remove trailing whitespace
app/views/messages/index.html.erb 5 remove trailing whitespace
app/views/messages/sent.html.erb 21 remove trailing whitespace
app/views/messages/show.html.erb 11 remove trailing whitespace
app/views/messages/support_ticket.html.erb 21 remove trailing whitespace
app/views/my_organisation/index.html.erb 26 remove trailing whitespace
app/views/my_organisation/policy_document.html.erb 23 remove trailing whitespace
app/views/myfiles/_form.html.erb 3 remove trailing whitespace
app/views/myfiles/new.html.erb 10 remove trailing whitespace
app/views/myprofile/_basic_details.html.erb 15 remove trailing whitespace
app/views/myprofile/_leave_details.html.erb 23 remove trailing whitespace
app/views/myprofile/_remove_picture.html.erb 3 remove trailing whitespace
app/views/myprofile/_reset_password.html.erb 29 remove trailing whitespace
app/views/myprofile/_salary_details.erb 3 remove trailing whitespace
app/views/myprofile/_update_picture.html.erb 6 remove trailing whitespace
app/views/myprofile/leave_detail.html.erb 3 remove trailing whitespace
app/views/myprofile/show.html.erb 12 remove trailing whitespace
app/views/notes/_form.html.erb 4 remove trailing whitespace
app/views/notes/deleted_notes.html.erb 17 remove trailing whitespace
app/views/notes/edit.html.erb 15 remove trailing whitespace
app/views/notes/index.html.erb 34 remove trailing whitespace
app/views/notes/new.html.erb 16 remove trailing whitespace
app/views/notes/show.html.erb 11 remove trailing whitespace
app/views/notes/tag.html.erb 3 remove trailing whitespace
app/views/organisation_announcements/_form.html.erb 5 remove trailing whitespace
app/views/organisation_announcements/edit.html.erb 21 remove trailing whitespace
app/views/organisation_announcements/show.html.erb 17 remove trailing whitespace
app/views/payhead_types/edit.html.erb 13 remove trailing whitespace
app/views/payhead_types/index.html.erb 9 remove trailing whitespace
app/views/payheads/_form.html.erb 33 remove trailing whitespace
app/views/payheads/_payhead_account.html.erb 4 remove trailing whitespace
app/views/payheads/edit.html.erb 11 remove trailing whitespace
app/views/payheads/new.html.erb 11 remove trailing whitespace
app/views/payheads/show.html.erb 16 remove trailing whitespace
app/views/payment_vouchers/_against_vouchers_form.html.erb 57 remove trailing whitespace
app/views/payment_vouchers/_card.html.erb 3 remove trailing whitespace
app/views/payment_vouchers/_cardpayment_edit.html.erb 2 remove trailing whitespace
app/views/payment_vouchers/_cashpayment_edit.html.erb 1 remove trailing whitespace
app/views/payment_vouchers/_cheque.html.erb 3 remove trailing whitespace
app/views/payment_vouchers/_chequepayment_edit.html.erb 1 remove trailing whitespace
app/views/payment_vouchers/_deleted_payment_voucher.html.erb 18 remove trailing whitespace
app/views/payment_vouchers/_edit_advance_payment_form.html.erb 25 remove trailing whitespace
app/views/payment_vouchers/_edit_form.html.erb 29 remove trailing whitespace
app/views/payment_vouchers/_expense_form.html.erb 69 remove trailing whitespace
app/views/payment_vouchers/_form.html.erb 56 remove trailing whitespace
app/views/payment_vouchers/_internetbankingpayment_edit.html.erb 1 remove trailing whitespace
app/views/payment_vouchers/_other_payment_form.html.erb 40 remove trailing whitespace
app/views/payment_vouchers/_payment_mode.html.erb 14 remove trailing whitespace
app/views/payment_vouchers/allocate.html.erb 10 remove trailing whitespace
app/views/payment_vouchers/deleted_payment_voucher.html.erb 3 remove trailing whitespace
app/views/payment_vouchers/edit.html.erb 10 remove trailing whitespace
app/views/payment_vouchers/index.html.erb 32 remove trailing whitespace
app/views/payment_vouchers/new.html.erb 10 remove trailing whitespace
app/views/payment_vouchers/show.html.erb 23 remove trailing whitespace
app/views/payments/_form.html.erb 18 remove trailing whitespace
app/views/payments/edit.html.erb 37 remove trailing whitespace
app/views/payments/index.html.erb 20 remove trailing whitespace
app/views/payments/new.html.erb 17 remove trailing whitespace
app/views/payments/show.html.erb 37 remove trailing whitespace
app/views/payroll_execution_jobs/_form.html.erb 12 remove trailing whitespace
app/views/payroll_execution_jobs/new.html.erb 7 remove trailing whitespace
app/views/payroll_execution_jobs/processing.html.erb 32 remove trailing whitespace
app/views/pbreferrals/_form.html.erb 11 remove trailing whitespace
app/views/pbreferrals/index.html.erb 10 remove trailing whitespace
app/views/pbservices/index.html.erb 7 remove trailing whitespace
app/views/plan_properties/access_permition.html.erb 22 remove trailing whitespace
app/views/policy_documents/_form.html.erb 3 remove trailing whitespace
app/views/policy_documents/index.html.erb 3 remove trailing whitespace
app/views/policy_documents/new.html.erb 10 remove trailing whitespace
app/views/posts/_form.html.erb 13 remove trailing whitespace
app/views/posts/index.html.erb 62 remove trailing whitespace
app/views/posts/show.html.erb 2 remove trailing whitespace
app/views/process_payments/index.html.erb 23 remove trailing whitespace
app/views/process_payrolls/_form.html.erb 4 remove trailing whitespace
app/views/process_payrolls/add_data.html.erb 26 remove trailing whitespace
app/views/process_payrolls/edit.html.erb 13 remove trailing whitespace
app/views/process_payrolls/index.html.erb 14 remove trailing whitespace
app/views/product_imports/_form.html.erb 23 remove trailing whitespace
app/views/product_imports/import_preview.html.erb 7 remove trailing whitespace
app/views/product_imports/new.html.erb 9 remove trailing whitespace
app/views/product_imports/preview.html.erb 23 remove trailing whitespace
app/views/product_settings/edit.html.erb 11 remove trailing whitespace
app/views/product_settings/show.html.erb 11 remove trailing whitespace
app/views/product_updates/index.html.erb 16 remove trailing whitespace
app/views/product_wise_stock/_header.html.erb 6 remove trailing whitespace
app/views/product_wise_stock/index.xls.erb 20 remove trailing whitespace
app/views/products/_batch_warehouse_details.html.erb 14 remove trailing whitespace
app/views/products/_form.html.erb 6 remove trailing whitespace
app/views/products/_hsn_code_details.html.erb 25 remove trailing whitespace
app/views/products/_hsn_code_form.html.erb 32 remove trailing whitespace
app/views/products/_import_products.html.erb 15 remove trailing whitespace
app/views/products/_product_view.html.erb 9 remove trailing whitespace
app/views/products/_service_view.html.erb 15 remove trailing whitespace
app/views/products/_warehouse_details.html.erb 21 remove trailing whitespace
app/views/products/edit.html.erb 8 remove trailing whitespace
app/views/products/import_preview.html.erb 8 remove trailing whitespace
app/views/products/new.html.erb 9 remove trailing whitespace
app/views/products/product_import.html.erb 9 remove trailing whitespace
app/views/products/record_batch_details.js.erb 6 remove trailing whitespace
app/views/projects/_completed_project.html.erb 12 remove trailing whitespace
app/views/projects/_expense.html.erb 13 remove trailing whitespace
app/views/projects/_form.html.erb 32 remove trailing whitespace
app/views/projects/_invoice.html.erb 12 remove trailing whitespace
app/views/projects/_ongoing_project.html.erb 12 remove trailing whitespace
app/views/projects/_project.html.erb 12 remove trailing whitespace
app/views/projects/_purchase.html.erb 12 remove trailing whitespace
app/views/projects/_receipt_voucher.html.erb 12 remove trailing whitespace
app/views/projects/_task.html.erb 12 remove trailing whitespace
app/views/projects/_voucher.html.erb 21 remove trailing whitespace
app/views/projects/completed_project.html.erb 31 remove trailing whitespace
app/views/projects/edit.html.erb 10 remove trailing whitespace
app/views/projects/new.html.erb 10 remove trailing whitespace
app/views/projects/ongoing_project.html.erb 31 remove trailing whitespace
app/views/purchase_attachments/_header.html.erb 6 remove trailing whitespace
app/views/purchase_orders/_add_other_charge_row_link.html.erb 3 remove trailing whitespace
app/views/purchase_orders/_deleted_purchase_order.html.erb 18 remove trailing whitespace
app/views/purchase_orders/_email_form.html.erb 26 remove trailing whitespace
app/views/purchase_orders/_form.html.erb 82 remove trailing whitespace
app/views/purchase_orders/_line_item_details.html.erb 10 remove trailing whitespace
app/views/purchase_orders/_other_charge_line_item_details.html.erb 4 remove trailing whitespace
app/views/purchase_orders/_purchase_order_details.html.erb 16 remove trailing whitespace
app/views/purchase_orders/_tabs.html.erb 15 remove trailing whitespace
app/views/purchase_orders/_tax_line_item_details.html.erb 4 remove trailing whitespace
app/views/purchase_orders/closed.html.erb 3 remove trailing whitespace
app/views/purchase_orders/deleted_purchase_order.html.erb 3 remove trailing whitespace
app/views/purchase_orders/draft.html.erb 19 remove trailing whitespace
app/views/purchase_orders/edit.html.erb 10 remove trailing whitespace
app/views/purchase_orders/new.html.erb 10 remove trailing whitespace
app/views/purchase_orders/open.html.erb 3 remove trailing whitespace
app/views/purchase_returns/_auto_calculate.html.erb 62 remove trailing whitespace
app/views/purchase_returns/_form.html.erb 119 remove trailing whitespace
app/views/purchase_returns/_line_item_details.html.erb 8 remove trailing whitespace
app/views/purchase_returns/_tax_line_item_details.html.erb 4 remove trailing whitespace
app/views/purchase_returns/_unfreeze_header.html.erb 3 remove trailing whitespace
app/views/purchase_returns/edit.html.erb 9 remove trailing whitespace
app/views/purchase_returns/new.html.erb 9 remove trailing whitespace
app/views/purchase_settlement/_filter.html.erb 14 remove trailing whitespace
app/views/purchases/_add_other_charge_row_link.html.erb 3 remove trailing whitespace
app/views/purchases/_auto_calculate.html.erb 33 remove trailing whitespace
app/views/purchases/_deleted_purchase.html.erb 10 remove trailing whitespace
app/views/purchases/_discount_line_items.html.erb 11 remove trailing whitespace
app/views/purchases/_first_step.html.erb 111 remove trailing whitespace
app/views/purchases/_form.html.erb 16 remove trailing whitespace
app/views/purchases/_frozen_purchase_actions.html.erb 4 remove trailing whitespace
app/views/purchases/_line_item.html.erb 2 remove trailing whitespace
app/views/purchases/_line_item_details.html.erb 8 remove trailing whitespace
app/views/purchases/_other_charge_line_item_details.html.erb 8 remove trailing whitespace
app/views/purchases/_payment_form.html.erb 45 remove trailing whitespace
app/views/purchases/_po_to_purchase_line_items.html.erb 2 remove trailing whitespace
app/views/purchases/_purchase_details.html.erb 9 remove trailing whitespace
app/views/purchases/_purchase_line_items.html.erb 45 remove trailing whitespace
app/views/purchases/_settlement_form.html.erb 8 remove trailing whitespace
app/views/purchases/_tax_line_item_details.html.erb 1 remove trailing whitespace
app/views/purchases/_unfreeze_purchase_actions.html.erb 4 remove trailing whitespace
app/views/purchases/_warehouse_details.html.erb 29 remove trailing whitespace
app/views/purchases/custom_field.html.erb 9 remove trailing whitespace
app/views/purchases/deleted_purchase.html.erb 3 remove trailing whitespace
app/views/purchases/edit.html.erb 11 remove trailing whitespace
app/views/purchases/index.html.erb 9 remove trailing whitespace
app/views/purchases/new.html.erb 10 remove trailing whitespace
app/views/purchases/paid.html.erb 3 remove trailing whitespace
app/views/purchases/po_to_purchase.html.erb 11 remove trailing whitespace
app/views/purchases/show.html.erb 18 remove trailing whitespace
app/views/purchases/take_warehouse_quantity.js.erb 9 remove trailing whitespace
app/views/purchases/unpaid.html.erb 3 remove trailing whitespace
app/views/purchases/voucher_details.html.erb 11 remove trailing whitespace
app/views/receipt_vouchers/_card.html.erb 3 remove trailing whitespace
app/views/receipt_vouchers/_cardpayment_edit.html.erb 2 remove trailing whitespace
app/views/receipt_vouchers/_cashpayment_edit.html.erb 1 remove trailing whitespace
app/views/receipt_vouchers/_cheque.html.erb 3 remove trailing whitespace
app/views/receipt_vouchers/_chequepayment_edit.html.erb 1 remove trailing whitespace
app/views/receipt_vouchers/_deleted_receipt_voucher.html.erb 21 remove trailing whitespace
app/views/receipt_vouchers/_edit_form.html.erb 19 remove trailing whitespace
app/views/receipt_vouchers/_email_form.html.erb 19 remove trailing whitespace
app/views/receipt_vouchers/_form.html.erb 26 remove trailing whitespace
app/views/receipt_vouchers/_internetbankingpayment_edit.html.erb 1 remove trailing whitespace
app/views/receipt_vouchers/_receipt_voucher.html.erb 10 remove trailing whitespace
app/views/receipt_vouchers/_unpaid_to_be_allocate_invoices.html.erb 28 remove trailing whitespace
app/views/receipt_vouchers/allocate.html.erb 10 remove trailing whitespace
app/views/receipt_vouchers/edit.html.erb 10 remove trailing whitespace
app/views/receipt_vouchers/index.html.erb 9 remove trailing whitespace
app/views/receipt_vouchers/new.html.erb 10 remove trailing whitespace
app/views/receive_cashes/_form.html.erb 26 remove trailing whitespace
app/views/receive_cashes/index.html.erb 20 remove trailing whitespace
app/views/receive_cashes/new.html.erb 17 remove trailing whitespace
app/views/receive_cashes/show.html.erb 14 remove trailing whitespace
app/views/reimbursement_notes/_deleted_reimbursement_note.html.erb 18 remove trailing whitespace
app/views/reimbursement_notes/deleted_reimbursement_note.html.erb 3 remove trailing whitespace
app/views/reimbursement_notes/edit.html.erb 10 remove trailing whitespace
app/views/reimbursement_notes/new.html.erb 10 remove trailing whitespace
app/views/reimbursement_vouchers/_card.html.erb 3 remove trailing whitespace
app/views/reimbursement_vouchers/_cardpayment_edit.html.erb 2 remove trailing whitespace
app/views/reimbursement_vouchers/_cashpayment_edit.html.erb 1 remove trailing whitespace
app/views/reimbursement_vouchers/_cheque.html.erb 3 remove trailing whitespace
app/views/reimbursement_vouchers/_chequepayment_edit.html.erb 1 remove trailing whitespace
app/views/reimbursement_vouchers/_deleted_receipt_voucher.html.erb 21 remove trailing whitespace
app/views/reimbursement_vouchers/_edit_form.html.erb 19 remove trailing whitespace
app/views/reimbursement_vouchers/_email_form.html.erb 19 remove trailing whitespace
app/views/reimbursement_vouchers/_internetbankingpayment_edit.html.erb 1 remove trailing whitespace
app/views/reimbursement_vouchers/_receipt_voucher.html.erb 10 remove trailing whitespace
app/views/reimbursement_vouchers/_unpaid_to_be_allocate_invoices.html.erb 28 remove trailing whitespace
app/views/reimbursement_vouchers/allocate.html.erb 10 remove trailing whitespace
app/views/reimbursement_vouchers/edit.html.erb 10 remove trailing whitespace
app/views/saccountings/_auto_calculate.html.erb 4 remove trailing whitespace
app/views/saccountings/_deleted_saccounting.html.erb 2 remove trailing whitespace
app/views/saccountings/_form.html.erb 25 remove trailing whitespace
app/views/saccountings/deleted_saccounting.html.erb 3 remove trailing whitespace
app/views/saccountings/edit.html.erb 10 remove trailing whitespace
app/views/saccountings/index.html.erb 11 remove trailing whitespace
app/views/saccountings/new.html.erb 10 remove trailing whitespace
app/views/saccountings/show.html.erb 24 remove trailing whitespace
app/views/salary_slip/_index_filter.html.erb 11 remove trailing whitespace
app/views/salary_slip/index.html.erb 3 remove trailing whitespace
app/views/salary_structure_histories/show.html.erb 11 remove trailing whitespace
app/views/salary_structures/_auto_calculate.html.erb 33 remove trailing whitespace
app/views/salary_structures/_copy_structure.html.erb 3 remove trailing whitespace
app/views/salary_structures/_create_payhead.html.erb 26 remove trailing whitespace
app/views/salary_structures/_edit_form.html.erb 26 remove trailing whitespace
app/views/salary_structures/_form.html.erb 67 remove trailing whitespace
app/views/salary_structures/_salary_structure_line_items.html.erb 3 remove trailing whitespace
app/views/salary_structures/copy_salary_structure.html.erb 21 remove trailing whitespace
app/views/salary_structures/create_payhead.js.erb 9 remove trailing whitespace
app/views/salary_structures/edit.html.erb 11 remove trailing whitespace
app/views/salary_structures/index.html.erb 3 remove trailing whitespace
app/views/salary_structures/new.html.erb 11 remove trailing whitespace
app/views/salary_structures/show.html.erb 17 remove trailing whitespace
app/views/sales_order_reports/_filter.html.erb 7 remove trailing whitespace
app/views/sales_order_reports/_header.html.erb 6 remove trailing whitespace
app/views/sales_order_reports/customer_wise_so.xls.erb 21 remove trailing whitespace
app/views/sales_order_reports/pending_invoices_for_dc.xls.erb 17 remove trailing whitespace
app/views/sales_order_reports/product_wise_so.xls.erb 21 remove trailing whitespace
app/views/sales_orders/_auto_calculate.html.erb 34 remove trailing whitespace
app/views/sales_orders/_delivery_challan.html.erb 25 remove trailing whitespace
app/views/sales_orders/_form.html.erb 30 remove trailing whitespace
app/views/sales_orders/_line_item_details.html.erb 14 remove trailing whitespace
app/views/sales_orders/_sales_order_line_items.html.erb 8 remove trailing whitespace
app/views/sales_orders/_shipping_line_item_details.html.erb 4 remove trailing whitespace
app/views/sales_orders/_shipping_line_items.html.erb 3 remove trailing whitespace
app/views/sales_orders/_so_help.html.erb 5 remove trailing whitespace
app/views/sales_orders/_tax_line_item_details.html.erb 4 remove trailing whitespace
app/views/sales_orders/edit.html.erb 9 remove trailing whitespace
app/views/sales_orders/index.html.erb 36 remove trailing whitespace
app/views/sales_orders/inventory_order.html.erb 26 remove trailing whitespace
app/views/sales_orders/new.html.erb 9 remove trailing whitespace
app/views/sales_orders/show.html.erb 32 remove trailing whitespace
app/views/sales_reports/sales_by_customer.html.erb 12 remove trailing whitespace
app/views/settings/_basic_details.html.erb 40 remove trailing whitespace
app/views/settings/_custom_field.html.erb 8 remove trailing whitespace
app/views/settings/_form.html.erb 9 remove trailing whitespace
app/views/settings/_instamojo_settings.html.erb 18 remove trailing whitespace
app/views/settings/_invoice_setting.html.erb 6 remove trailing whitespace
app/views/settings/_payroll.html.erb 169 remove trailing whitespace
app/views/settings/_preferences.html.erb 16 remove trailing whitespace
app/views/settings/_update_logo.html.erb 9 remove trailing whitespace
app/views/settings/edit.html.erb 9 remove trailing whitespace
app/views/settings/inventory.html.erb 4 remove trailing whitespace
app/views/settings/invoice_setting.html.erb 4 remove trailing whitespace
app/views/settings/load_form.js.erb 413 remove trailing whitespace
app/views/settings/payroll.html.erb 4 remove trailing whitespace
app/views/settings/show.html.erb 4 remove trailing whitespace
app/views/shared/_account_details.html.erb 8 remove trailing whitespace
app/views/shared/_aside.html.erb 5 remove trailing whitespace
app/views/shared/_bankaccounts.html.erb 3 remove trailing whitespace
app/views/shared/_banking_withdrawal_form.html.erb 16 remove trailing whitespace
app/views/shared/_billing_details.html.erb 7 remove trailing whitespace
app/views/shared/_capitalaccounts.html.erb 26 remove trailing whitespace
app/views/shared/_card_payment.html.erb 8 remove trailing whitespace
app/views/shared/_change_pass.html.erb 8 remove trailing whitespace
app/views/shared/_cheque_payment.html.erb 9 remove trailing whitespace
app/views/shared/_company_address.html.erb 1 remove trailing whitespace
app/views/shared/_customer_currency.html.erb 16 remove trailing whitespace
app/views/shared/_customer_vendor_form.html.erb 21 remove trailing whitespace
app/views/shared/_deposits.html.erb 10 remove trailing whitespace
app/views/shared/_dutiesandtaxes.html.erb 4 remove trailing whitespace
app/views/shared/_form_error.html.erb 2 remove trailing whitespace
app/views/shared/_global_header.html.erb 4 remove trailing whitespace
app/views/shared/_header.html.erb 6 remove trailing whitespace
app/views/shared/_loanaccounts.html.erb 9 remove trailing whitespace
app/views/shared/_loansandadvances.html.erb 21 remove trailing whitespace
app/views/shared/_login.html.erb 11 remove trailing whitespace
app/views/shared/_product_details.html.erb 5 remove trailing whitespace
app/views/shared/_report_dropdown.html.erb 45 remove trailing whitespace
app/views/shared/_unsecuredloanaccounts.html.erb 5 remove trailing whitespace
app/views/shared/_vendor_currency.html.erb 14 remove trailing whitespace
app/views/shared/_vendorscreditors.html.erb 21 remove trailing whitespace
app/views/signup/global_pricing.html.erb 87 remove trailing whitespace
app/views/simple_captcha/_simple_captcha.erb 29 remove trailing whitespace
app/views/stock_issue_vouchers/_form.html.erb 11 remove trailing whitespace
app/views/stock_issue_vouchers/edit.html.erb 9 remove trailing whitespace
app/views/stock_issue_vouchers/new.html.erb 8 remove trailing whitespace
app/views/stock_issue_vouchers/show.html.erb 56 remove trailing whitespace
app/views/stock_movement/_filter.html.erb 5 remove trailing whitespace
app/views/stock_movement/index.xls.erb 20 remove trailing whitespace
app/views/stock_receipt_vouchers/_stock_receipt_line_items.html.erb 24 remove trailing whitespace
app/views/stock_receipt_vouchers/_stock_receipt_voucher.html.erb 17 remove trailing whitespace
app/views/stock_receipt_vouchers/edit.html.erb 8 remove trailing whitespace
app/views/stock_receipt_vouchers/new.html.erb 8 remove trailing whitespace
app/views/stock_receipt_vouchers/show.html.erb 53 remove trailing whitespace
app/views/stock_transfer_vouchers/_form.html.erb 13 remove trailing whitespace
app/views/stock_transfer_vouchers/edit.html.erb 8 remove trailing whitespace
app/views/stock_transfer_vouchers/new.html.erb 8 remove trailing whitespace
app/views/stock_transfer_vouchers/show.html.erb 52 remove trailing whitespace
app/views/stock_wastage_vouchers/_stock_wastage_line_items.html.erb 20 remove trailing whitespace
app/views/stock_wastage_vouchers/_stock_wastage_voucher.html.erb 16 remove trailing whitespace
app/views/stock_wastage_vouchers/edit.html.erb 8 remove trailing whitespace
app/views/stock_wastage_vouchers/index.html.erb 17 remove trailing whitespace
app/views/stock_wastage_vouchers/new.html.erb 8 remove trailing whitespace
app/views/stock_wastage_vouchers/show.html.erb 56 remove trailing whitespace
app/views/stocks/index.html.erb 32 remove trailing whitespace
app/views/supports/_header.html.erb 8 remove trailing whitespace
app/views/supports/_support.html.erb 9 remove trailing whitespace
app/views/supports/edit.html.erb 1 remove trailing whitespace
app/views/supports/index.html.erb 3 remove trailing whitespace
app/views/supports/new.html.erb 1 remove trailing whitespace
app/views/supports/show.html.erb 45 remove trailing whitespace
app/views/tasks/_edit_form.html.erb 5 remove trailing whitespace
app/views/tasks/_form.html.erb 2 remove trailing whitespace
app/views/tasks/_new_task_form.html.erb 2 remove trailing whitespace
app/views/tasks/edit.html.erb 8 remove trailing whitespace
app/views/tasks/show.html.erb 42 remove trailing whitespace
app/views/tasks/this_month.html.erb 40 remove trailing whitespace
app/views/tasks/this_week.html.erb 40 remove trailing whitespace
app/views/tds_payment_vouchers/_auto_calculate.html.erb 15 remove trailing whitespace
app/views/tds_payment_vouchers/_cashpayment_edit.html.erb 1 remove trailing whitespace
app/views/tds_payment_vouchers/_cheque.html.erb 3 remove trailing whitespace
app/views/tds_payment_vouchers/_edit_form.html.erb 124 remove trailing whitespace
app/views/tds_payment_vouchers/_form.html.erb 124 remove trailing whitespace
app/views/tds_payment_vouchers/edit.html.erb 8 remove trailing whitespace
app/views/tds_payment_vouchers/form_new.html.erb 80 remove trailing whitespace
app/views/tds_payment_vouchers/index.html.erb 13 remove trailing whitespace
app/views/tds_payment_vouchers/new.html.erb 8 remove trailing whitespace
app/views/tds_payment_vouchers/show.html.erb 21 remove trailing whitespace
app/views/timesheets/_auto_calculate.html.erb 16 remove trailing whitespace
app/views/timesheets/_edit_form.html.erb 4 remove trailing whitespace
app/views/timesheets/_form.html.erb 4 remove trailing whitespace
app/views/timesheets/_form1.html.erb 4 remove trailing whitespace
app/views/timesheets/_report_filter.html.erb 7 remove trailing whitespace
app/views/timesheets/_timesheet_line_item_details.html.erb 6 remove trailing whitespace
app/views/timesheets/_timesheet_line_items.html.erb 5 remove trailing whitespace
app/views/timesheets/_week.html.erb 6 remove trailing whitespace
app/views/timesheets/edit.html.erb 11 remove trailing whitespace
app/views/timesheets/index.html.erb 12 remove trailing whitespace
app/views/timesheets/new_weekly.html.erb 12 remove trailing whitespace
app/views/timesheets/show.html.erb 14 remove trailing whitespace
app/views/transfer_cashes/_filter.html.erb 22 remove trailing whitespace
app/views/transfer_cashes/_form.html.erb 2 remove trailing whitespace
app/views/transfer_cashes/edit.html.erb 9 remove trailing whitespace
app/views/transfer_cashes/new.html.erb 9 remove trailing whitespace
app/views/transfer_cashes/show.html.erb 20 remove trailing whitespace
app/views/user_settings/index.html.erb 12 remove trailing whitespace
app/views/users/_basic_details.html.erb 65 remove trailing whitespace
app/views/users/_form.html.erb 48 remove trailing whitespace
app/views/users/_leave_details.html.erb 34 remove trailing whitespace
app/views/users/_notes.html.erb 54 remove trailing whitespace
app/views/users/_remove_picture.html.erb 3 remove trailing whitespace
app/views/users/_reset_password.html.erb 30 remove trailing whitespace
app/views/users/_salary_details.html.erb 3 remove trailing whitespace
app/views/users/_update_avatar.html.erb 6 remove trailing whitespace
app/views/users/_update_picture.html.erb 6 remove trailing whitespace
app/views/users/_user_info.html.erb 59 remove trailing whitespace
app/views/users/_user_information_form.html.erb 4 remove trailing whitespace
app/views/users/_work_info.html.erb 99 remove trailing whitespace
app/views/users/edit.html.erb 13 remove trailing whitespace
app/views/users/leave_detail.html.erb 3 remove trailing whitespace
app/views/users/new.html.erb 11 remove trailing whitespace
app/views/users/personal_info.html.erb 1 remove trailing whitespace
app/views/users/salary_details.html.erb 3 remove trailing whitespace
app/views/users/show.html.erb 14 remove trailing whitespace
app/views/users/update.js.erb 9 remove trailing whitespace
app/views/vendor_imports/import_preview.html.erb 7 remove trailing whitespace
app/views/vendor_imports/new.html.erb 9 remove trailing whitespace
app/views/vendor_imports/preview.html.erb 22 remove trailing whitespace
app/views/vendors/_form.html.erb 52 remove trailing whitespace
app/views/vendors/_popup_vendor_form.html.erb 8 remove trailing whitespace
app/views/vendors/edit.html.erb 11 remove trailing whitespace
app/views/vendors/index.xls.erb 33 remove trailing whitespace
app/views/vendors/new.html.erb 11 remove trailing whitespace
app/views/vendors/show.html.erb 66 remove trailing whitespace
app/views/voucher_settings/_form.html.erb 45 remove trailing whitespace
app/views/voucher_types/_form.html.erb 15 remove trailing whitespace
app/views/warehouses/_form.html.erb 29 remove trailing whitespace
app/views/warehouses/_warehouse.html.erb 14 remove trailing whitespace
app/views/warehouses/edit.html.erb 17 remove trailing whitespace
app/views/warehouses/index.html.erb 3 remove trailing whitespace
app/views/warehouses/show.html.erb 26 remove trailing whitespace
app/views/webinars/_form.html.erb 3 remove trailing whitespace
app/views/webinars/new.html.erb 32 remove trailing whitespace
app/views/withdrawals/_filter.html.erb 23 remove trailing whitespace
app/views/withdrawals/_form.html.erb 2 remove trailing whitespace
app/views/withdrawals/edit.html.erb 8 remove trailing whitespace
app/views/withdrawals/index.html.erb 11 remove trailing whitespace
app/views/withdrawals/new.html.erb 9 remove trailing whitespace
app/views/withdrawals/show.html.erb 20 remove trailing whitespace
lib/tasks/account.rake 10 remove trailing whitespace
lib/tasks/address.rake 2 remove trailing whitespace
lib/tasks/attendance.rake 1 remove trailing whitespace
lib/tasks/bank_statement.rake 1 remove trailing whitespace
lib/tasks/billing_invoice.rake 1 remove trailing whitespace
lib/tasks/credit_note.rake 1 remove trailing whitespace
lib/tasks/custom_field.rake 20 remove trailing whitespace
lib/tasks/custom_rake_seed.rake 5 remove trailing whitespace
lib/tasks/customer.rake 8 remove trailing whitespace
lib/tasks/customer_relationship.rake 1 remove trailing whitespace
lib/tasks/debit_note.rake 1 remove trailing whitespace
lib/tasks/default_account.rake 11 remove trailing whitespace
lib/tasks/default_deferred_tax_account.rake 5 remove trailing whitespace
lib/tasks/delivery_challan.rake 1 remove trailing whitespace
lib/tasks/deposit.rake 1 remove trailing whitespace
lib/tasks/estimate.rake 1 remove trailing whitespace
lib/tasks/expense.rake 1 remove trailing whitespace
lib/tasks/gst.rake 1 remove trailing whitespace
lib/tasks/HSNchapters.rake 1 remove trailing whitespace
lib/tasks/HSNproductcode.rake 1 remove trailing whitespace
lib/tasks/import.rake 1 remove trailing whitespace
lib/tasks/import_mca_record.rake 1 remove trailing whitespace
lib/tasks/income_voucher.rake 1 remove trailing whitespace
lib/tasks/intercom.rake 8 remove trailing whitespace
lib/tasks/invoice.rake 8 remove trailing whitespace
lib/tasks/invoice_return.rake 25 remove trailing whitespace
lib/tasks/invoice_settings.rake 17 remove trailing whitespace
lib/tasks/journal.rake 1 remove trailing whitespace
lib/tasks/lead.rake 1 remove trailing whitespace
lib/tasks/lead_setting.rake 1 remove trailing whitespace
lib/tasks/lead_type.rake 1 remove trailing whitespace
lib/tasks/ledger.rake 4 remove trailing whitespace
lib/tasks/new_account_head.rake 5 remove trailing whitespace
lib/tasks/other_charges.rake 12 remove trailing whitespace
lib/tasks/payment_voucher.rake 1 remove trailing whitespace
lib/tasks/payroll_setting.rake 2 remove trailing whitespace
lib/tasks/pg_default_account.rake 3 remove trailing whitespace
lib/tasks/purchase.rake 1 remove trailing whitespace
lib/tasks/purchase_attachment.rake 3 remove trailing whitespace
lib/tasks/purchase_order.rake 1 remove trailing whitespace
lib/tasks/purchase_return.rake 7 remove trailing whitespace
lib/tasks/receipt_voucher.rake 15 remove trailing whitespace
lib/tasks/reimbursement_feature.rake 10 remove trailing whitespace
lib/tasks/SACcode.rake 1 remove trailing whitespace
lib/tasks/saccounting.rake 1 remove trailing whitespace
lib/tasks/sales_order.rake 1 remove trailing whitespace
lib/tasks/settings.rake 45 remove trailing whitespace
lib/tasks/states.rake 2 remove trailing whitespace
lib/tasks/stock_issue_voucher.rake 1 remove trailing whitespace
lib/tasks/stock_receipt_voucher.rake 1 remove trailing whitespace
lib/tasks/stock_transfer_voucher.rake 1 remove trailing whitespace
lib/tasks/stock_update.rake 4 remove trailing whitespace
lib/tasks/stock_wastage_voucher.rake 1 remove trailing whitespace
lib/tasks/tax.rake 1 remove trailing whitespace
lib/tasks/transfer_cash.rake 3 remove trailing whitespace
lib/tasks/update_salary_ledger.rake 11 remove trailing whitespace
lib/tasks/vendor.rake 8 remove trailing whitespace
lib/tasks/warehouse.rake 1 remove trailing whitespace
lib/tasks/weekly_email.rake 1 remove trailing whitespace
lib/tasks/withdrawal.rake 1 remove trailing whitespace